CHANGELOG.md in logstash-logger-0.5.0 vs CHANGELOG.md in logstash-logger-0.6.0

- old
+ new

@@ -1,4 +1,11 @@ +## 0.6.0 +- Support for logging to a file. +- Support for logging to a Redis list. +- Support for logging to a local Unix socket. +- Railtie supports file logger, using default log path and `config.autoflush_log` configuration. +- All `LogStashLogger` types now support a `sync` option, which controls if each message is automatically flushed. + ## 0.5.0 - Support for tagged logging. The interface was extracted from `ActiveSupport::TaggedLogging` and outputs to the `tags` key. (Thanks [pctj101](https://github.com/pctj101)!) - The `(host, port, type)` constructor has been deprecated in favor of an options hash constructor. - Support for using SSL for TCP connections. (Thanks [Gary Rennie](https://github.com/Gazler)!)