CHANGELOG.md in byebug-11.1.1 vs CHANGELOG.md in byebug-11.1.2

- old
+ new

@@ -1,9 +1,15 @@ # Changelog ## [Unreleased] +## [11.1.2] - 2020-04-17 + +### Fixed + +* [#657](https://github.com/deivid-rodriguez/byebug/pull/657): crash when hitting \<TAB\> due to IRB completion mechanism included in the default ruby 2.7 version of the `irb` gem ([@terceiro]). + ## [11.1.1] - 2020-01-24 ### Fixed * [#635](https://github.com/deivid-rodriguez/byebug/pull/635): usage on Fedora 31 or any other `byebug` installation performed by a `rubygems` copy customized by setting `Gem.install_extension_in_lib` to false. @@ -806,11 +812,12 @@ ### Added * Initial release. -[Unreleased]: https://github.com/deivid-rodriguez/byebug/compare/v10.0.2...HEAD +[Unreleased]: https://github.com/deivid-rodriguez/byebug/compare/v11.1.2...HEAD +[11.1.2]: https://github.com/deivid-rodriguez/byebug/compare/v11.1.1...v11.1.2 [11.1.1]: https://github.com/deivid-rodriguez/byebug/compare/v11.1.0...v11.1.1 [11.1.0]: https://github.com/deivid-rodriguez/byebug/compare/v11.0.1...v11.1.0 [11.0.1]: https://github.com/deivid-rodriguez/byebug/compare/v11.0.0...v11.0.1 [11.0.0]: https://github.com/deivid-rodriguez/byebug/compare/v10.0.2...v11.0.0 [10.0.2]: https://github.com/deivid-rodriguez/byebug/compare/v10.0.1...v10.0.2 @@ -909,9 +916,10 @@ [@nobu]: https://github.com/nobu [@Olgagr]: https://github.com/Olgagr [@sethk]: https://github.com/sethk [@shuky19]: https://github.com/shuky19 [@tacnoman]: https://github.com/tacnoman +[@terceiro]: https://github.com/terceiro [@tzmfreedom]: https://github.com/tzmfreedom [@wallace]: https://github.com/wallace [@windwiny]: https://github.com/windwiny [@x-yuri]: https://github.com/x-yuri [@yui-knk]: https://github.com/yui-knk