CHANGELOG.md in byebug-8.0.1 vs CHANGELOG.md in byebug-8.1.0

- old
+ new

@@ -1,4 +1,17 @@ +## Master (Unreleased) + +## 8.1.0 - 2015-11-09 +### Fixed +* Command history should be specific per project. +* Better error message in certain edge cases when printing the backtrace. +* Bug in evaluator which would show information about having stopped at a +breakpoint in some cases. + +### Added +* Ability to autolist source code after `frame` command. +* Ability to stop at lines where methods return. + ## 8.0.1 - 2015-11-07 ### Fixed * Error stream wouldn't be properly reset when using standalone `byebug`. * Confusing error message for invalid breakpoint locations.