CHANGELOG.md in ripper_ruby_parser-1.4.0 vs CHANGELOG.md in ripper_ruby_parser-1.4.1
- old
+ new
@@ -1,6 +1,10 @@
# Changelog
+## 1.4.1 / 2018-03-31
+
+* Properly pop delimiter stack after parsing a symbol
+
## 1.4.0 / 2018-03-30
* Handle begin..end blocks with postfix conditionals
* Correctly handle string variants that do not allow escape sequences