CHANGELOG.md in logstash-logger-0.6.2 vs CHANGELOG.md in logstash-logger-0.7.0
- old
+ new
@@ -1,4 +1,20 @@
+## 0.7.0
+- Support for logging to a generic IO object.
+- Support for overriding IO in stdout logger. Fixes [#20](https://github.com/dwbutler/logstash-logger/pull/20).
+Thanks [Arron Mabrey](https://github.com/arronmabrey)!
+- Support for configuring logger with a URI. See [#22](https://github.com/dwbutler/logstash-logger/pull/22).
+Thanks [Arron Mabrey](https://github.com/arronmabrey)!
+- Support logging any object. See [#23](https://github.com/dwbutler/logstash-logger/issues/23).
+
+## 0.6.2
+- Allow type to be specified as a string. Fixes [#19](https://github.com/dwbutler/logstash-logger/pull/19).
+Thanks [Arron Mabrey](https://github.com/arronmabrey)!
+
+## 0.6.1
+- Don't mutate options passed to LogStashLogger. Fixes [#18](https://github.com/dwbutler/logstash-logger/pull/18).
+Thanks [Arron Mabrey](https://github.com/arronmabrey)!
+
## 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.