CHANGELOG.md in ripper_ruby_parser-1.4.1 vs CHANGELOG.md in ripper_ruby_parser-1.4.2

- old
+ new

@@ -1,14 +1,25 @@ # Changelog +## 1.4.2 / 2018-04-03 + +* Fix handling of strings delimited by %() +* Handle line continuations in stringlike literals + - Handle line continuations in string and regexp literals + - Handle escaped line continuations + - Hanlde line continuations in word and symbol list literals +* Force encoding of string literals to UTF-8 if the result is valid +* Fix handling of range operators with float literals + ## 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 +* Match RubyParser's handling of string literals that do not allow escape + sequences ## 1.3.0 / 2018-02-17 * Change result for `self[:foo]` to match RubyParser 3.11.0.