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

- old
+ new

@@ -1,9 +1,16 @@ # Changelog ## [Unreleased] +## [11.0.1] - 2019-03-18 + +### Fixed + +* [#546](https://github.com/deivid-rodriguez/byebug/pull/546): `continue!` to ignore further `byebug` calls. +* [#545](https://github.com/deivid-rodriguez/byebug/pull/545): `skip` autolisting code for intermediate skipped breakpoints. + ## [11.0.0] - 2019-02-15 ### Added * [#377](https://github.com/deivid-rodriguez/byebug/pull/377): `skip` to continue until the next breakpoint as long as it is different from the current one. You can use this command to get out of loops, for example ([@tacnoman]). @@ -780,9 +787,10 @@ ### Added * Initial release. [Unreleased]: https://github.com/deivid-rodriguez/byebug/compare/v10.0.2...HEAD +[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 [9.1.0]: https://github.com/deivid-rodriguez/byebug/compare/v9.0.6...v9.1.0