CHANGELOG.md in byebug-11.0.1 vs CHANGELOG.md in byebug-11.1.0

- old
+ new

@@ -1,9 +1,23 @@ # Changelog ## [Unreleased] +## [11.1.0] - 2020-01-20 + +### Added + +* Official support for MRI 2.7 ([@yui-knk]). + +### Fixed + +* [#562](https://github.com/deivid-rodriguez/byebug/pull/562): post mortem mode landing in the wrong line when coming from an exception inside a `Kernel.load` call. + +### Removed + +* Support for MRI 2.3. Byebug no longer installs on this platform. + ## [11.0.1] - 2019-03-18 ### Fixed * [#546](https://github.com/deivid-rodriguez/byebug/pull/546): `continue!` to ignore further `byebug` calls. @@ -787,9 +801,10 @@ ### Added * Initial release. [Unreleased]: https://github.com/deivid-rodriguez/byebug/compare/v10.0.2...HEAD +[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 [10.0.1]: https://github.com/deivid-rodriguez/byebug/compare/v10.0.0...v10.0.1 [10.0.0]: https://github.com/deivid-rodriguez/byebug/compare/v9.1.0...v10.0.0