CHANGELOG.md in ripper_ruby_parser-1.8.0 vs CHANGELOG.md in ripper_ruby_parser-1.9.0

- old
+ new

@@ -4,10 +4,19 @@ This project adheres to [Semantic Versioning 2.0.0][1]. This document is formatted based on [Keep A CHANGELOG][2]. +## 1.9.0 / 2021-08-10 + +* Fix escape sequence handling in non-interpolating strings and word lists + ([#152]) +* Handle strings with mixed valid and invalid utf8 ([#153]) +* Handle argument forwarding, updating the RubyParser compatibility target to + 3.17.0 ([#154]) +* Fix encoding for non-interpolating strings as well ([#155]) + ## 1.8.0 / 2021-05-18 ### Changes * Drop support for Ruby 2.4 ([2cf6b4050] and [#145]) @@ -215,9 +224,13 @@ ## 0.0.1 / 2012-03-11 * Initial release <!-- Pull request links --> +[#155]: https://github.com/mvz/ripper_ruby_parser/pull/155 +[#154]: https://github.com/mvz/ripper_ruby_parser/pull/154 +[#153]: https://github.com/mvz/ripper_ruby_parser/pull/153 +[#152]: https://github.com/mvz/ripper_ruby_parser/pull/152 [#145]: https://github.com/mvz/ripper_ruby_parser/pull/145 [#123]: https://github.com/mvz/ripper_ruby_parser/pull/123 [#106]: https://github.com/mvz/ripper_ruby_parser/pull/106 [#105]: https://github.com/mvz/ripper_ruby_parser/pull/105 [#101]: https://github.com/mvz/ripper_ruby_parser/pull/101