CHANGELOG.md in logstash-codec-json_lines-2.0.5 vs CHANGELOG.md in logstash-codec-json_lines-2.1.0
- old
+ new
@@ -1,4 +1,7 @@
+## 2.1.0
+ - Backward compatible support for `Event#from_json` method https://github.com/logstash-plugins/logstash-codec-json_lines/pull/19
+
## 2.0.5
- Directly use buftok to avoid indirection through the line codec https://github.com/logstash-plugins/logstash-codec-json_lines/pull/18
## 2.0.4
- Support for customizable delimiter