CHANGELOG.rdoc in boson-1.1.1 vs CHANGELOG.rdoc in boson-1.2.0

- old
+ new

@@ -1,4 +1,13 @@ +== 1.2.0 +* Add help subcommand for executables +* Allow Runner help methods to be extended +* Fix arg and no method error handling on rbx +* Fix OptionParser#delete_invalid_opts bug +* Prefix Runner executable errors with executable name +* Fix pending tests +* Rename Runner help methods to Runner.display_help and Runner.display_command_help + == 1.1.1 * Fix bug for command with one argument containing quoted arguments == 1.1.0 * Add Runner.execute