CHANGELOG.md in byebug-1.4.1 vs CHANGELOG.md in byebug-1.4.2

- old
+ new

@@ -1,7 +1,17 @@ +## 1.4.2 + +* Fixes crash when using "help command subcommand" +* Byebug now works with Rails Console debugging flag +* Fix post-mortem mode when running byebug from the outset +* Fix --no-quit flag when running byebug from the outset + + ## 1.4.1 * Fixes crash when printing some filenames in backtraces +* Allows byebug developers to easily use compilers different from gcc (thanks +@GarthSnyder!) ## 1.4.0 * Byebug now uses the Debug Inspector API: faster and nicer!