CHANGELOG.md in ripper_ruby_parser-1.6.0 vs CHANGELOG.md in ripper_ruby_parser-1.6.1
- old
+ new
@@ -1,7 +1,20 @@
# Changelog
+## 1.6.1 / 2019-04-22
+
+* Improve line numbering for some block structures ([#82])
+ - Fix line numbering for empty method bodies
+ - Assign correct line numbers to END blocks
+ - Assign correct line numbers to begin blocks
+ - Assign correct line numbers to BEGIN blocks
+* Fix line numbering for several literals ([#80])
+ - Fix line numbering for plain regexp literals
+ - Fix line numbering for backtick literals
+ - Fix line numbering for simple string literals
+ - Fix line numbering for keyword-like symbols
+
## 1.6.0 / 2019-04-12
* Fix line numbering for range literals ([#79])
* Match handling of carriage returns in heredocs in extra-compatible mode
([#77], [#78])
@@ -156,9 +169,11 @@
## 0.0.1 / 2012-03-11
* Initial release
<!-- Pull request links -->
+[#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
[#76]: https://github.com/mvz/ripper_ruby_parser/pull/76
[#75]: https://github.com/mvz/ripper_ruby_parser/pull/75