CHANGELOG.md in byebug-8.0.0 vs CHANGELOG.md in byebug-8.0.1
- old
+ new
@@ -1,7 +1,12 @@
+## 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.
+
## 8.0.0 - 2015-11-05
### Fixed
-* [#183]((https://github.com/deivid-rodriguez/byebug/issues/183). Compilation
+* [#183](https://github.com/deivid-rodriguez/byebug/issues/183). Compilation
in Ruby 2.0. Regression introduced in 7.0.0
* "Return value is: nil" would be displayed when stopping right before the end
of a class definition. We want to avoid showing anything instead.
## Changed