CHANGES.md in clamp-0.6.0 vs CHANGES.md in clamp-0.6.1
- old
+ new
@@ -1,10 +1,11 @@
# Changelog
-## 0.6.0 (2013-04-??)
+## 0.6.0 (2013-04-28)
* Introduce "banner" to describe a command (replacing "self.description=").
+* Introduce "Clamp do ... end" syntax sugar.
* Allow parameters to be specified before a subcommand.
* Add support for :multivalued options.
* Multi valued options and parameters get an "#append_to_foo_list" method, rather than
"#foo_list=".
-
+* default_subcommand must be specified before any subcommands.