ChangeLog.md in ronin-1.5.0.rc1 vs ChangeLog.md in ronin-1.5.0.rc2

- old
+ new

@@ -28,14 +28,18 @@ * `.command`s are now reserved only for special console commands (ex: `.edit`). * Improved recognition of console `!command`s and `.command`s. * Do not allow executing console commands while in multi-line mode! * Fixed bug in {Ronin::UI::CLI::Command} that was disabling colour output. +* When {Ronin::UI::CLI::Command#start} catches an Interrupt, it will exit + with status 130. +* Rescue `Errno::EPIPE` in {Ronin::UI::CLI::Command#start}. * Improved `--help` output of `ronin` commands by adding `examples` and more `:description`s to options. -* Changed `ronin help COMMAND` to display the man-page for the given command. +* Changed `ronin-help COMMAND` to display the man-page for the given command. * No longer honor the `DEBUG` environment variable. Use `ruby -w` or `ruby -d` instead. +* Removed dm-constraints from the dependencies. ### 1.4.1 / 2012-04-01 * Removed dependencey on env. * Removed `#to_ary` methods from Ronin Models that were causing