CHANGELOG.md in ripper_ruby_parser-1.3.0 vs CHANGELOG.md in ripper_ruby_parser-1.4.0
- old
+ new
@@ -1,5 +1,10 @@
-# Change log
+# Changelog
+
+## 1.4.0 / 2018-03-30
+
+* Handle begin..end blocks with postfix conditionals
+* Correctly handle string variants that do not allow escape sequences
## 1.3.0 / 2018-02-17
* Change result for `self[:foo]` to match RubyParser 3.11.0.