CHANGELOG.md in byebug-10.0.0 vs CHANGELOG.md in byebug-10.0.1
- old
+ new
@@ -1,9 +1,15 @@
# CHANGELOG
## Master (Unreleased)
+## 10.0.1 - 2018-03-21
+
+### Fixed
+
+* Error when using byebug with `debase` gem (#443, @tzmfreedom)
+
## 10.0.0 - 2018-01-26
### Changed
* Breaking on methods now stops on the first effective line of a method, not on
@@ -15,10 +21,10 @@
* Ruby 2.5.0 support (#397, @yui-knk).
* Log host & port when launching byebug's client in remote mode.
* Some love & tests to remote debugging (#82).
* `remote_byebug` shortcut to start the most common case for remote debugging (#141).
-## Fixed
+### Fixed
* Properly ignore ruby fullpath executable when passed to byebug script (#419).
* Remote server crash when interrupting client (#141, #274).
* Control server thread being able to `interrupt` main thread only a single time. (#239).