CHANGELOG.md in byebug-4.0.1 vs CHANGELOG.md in byebug-4.0.2

- old
+ new

@@ -1,9 +1,15 @@ -## 4.0.1 +## 4.0.2 - 2014-03-16 ### Fixed +* Removed `rb-readline` as a dependency and show a help message whenever +requiring readline fails instead (#118) + +## 4.0.1 - 2014-03-13 +### Fixed * .yml files needed for printers support were missing from the release... :S +* Add `rb-readline` as a dependency (#118) -## 4.0.0 +## 4.0.0 - 2014-03-13 ### Added - `untracevar` command that stops tracing a global variable. - Window CI build through AppVeyor. - OSX CI build through Travis. - Style enforcement through RuboCop.