CHANGELOG.md in byebug-6.0.0 vs CHANGELOG.md in byebug-6.0.1

- old
+ new

@@ -1,4 +1,9 @@ +## 6.0.1 - 2015-08-19 +### Fixed +* Bug in evaluation where the user would lose the command prompt when entering +an expression with a syntax error. + ## 6.0.0 - 2015-08-17 ### Removed * `autoeval` setting. I haven't heard of anyone setting it to false. * `pp`, `putl`, `eval`. People just want to evaluate Ruby code, so the less magic the better. Most of the people probably were not aware that `byebug`