CHANGELOG.rdoc in boson-1.2.0 vs CHANGELOG.rdoc in boson-1.2.1
- old
+ new
@@ -1,4 +1,9 @@
+== 1.2.1
+* Fix only option being invalid and not deleted
+* Fix handling option parse errors in Runner
+* Fix argument error handling for commands with optional args
+
== 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