CHANGELOG.md in ripper_ruby_parser-1.7.0 vs CHANGELOG.md in ripper_ruby_parser-1.7.1

- old
+ new

@@ -1,7 +1,15 @@ # Changelog +## 1.7.1 / 2019-11-03 + +* Handle unicode escapes with five or six hex digits ([#94]) +* Handle safe attribute assignment ([#92]) +* Handle endless ranges on Ruby 2.6+ ([#90]) +* Add preliminary support for Ruby 2.7 ([#89]) +* Improve line number handling for stabby lambdas ([#88]) + ## 1.7.0 / 2019-11-01 * Make results compatible with RubyParser 3.14.0 ([#85]) - Remove obsolete extra-compatible behavior - Parse stabby lambda as :lambda-typed sexp @@ -177,9 +185,16 @@ ## 0.0.1 / 2012-03-11 * Initial release <!-- Pull request links --> +[#94]: https://github.com/mvz/ripper_ruby_parser/pull/94 +[#92]: https://github.com/mvz/ripper_ruby_parser/pull/92 +[#90]: https://github.com/mvz/ripper_ruby_parser/pull/90 +[#89]: https://github.com/mvz/ripper_ruby_parser/pull/89 +[#88]: https://github.com/mvz/ripper_ruby_parser/pull/88 +[#86]: https://github.com/mvz/ripper_ruby_parser/pull/86 +[#85]: https://github.com/mvz/ripper_ruby_parser/pull/85 [#82]: https://github.com/mvz/ripper_ruby_parser/pull/82 [#80]: https://github.com/mvz/ripper_ruby_parser/pull/80 [#79]: https://github.com/mvz/ripper_ruby_parser/pull/79 [#78]: https://github.com/mvz/ripper_ruby_parser/pull/78 [#77]: https://github.com/mvz/ripper_ruby_parser/pull/77