CHANGES.md in clamp-0.6.1 vs CHANGES.md in clamp-0.6.2
- old
+ new
@@ -1,6 +1,16 @@
# Changelog
+## 0.6.2 (2013-11-06)
+
+* Refactoring around multi-valued attributes.
+* Allow injection of a custom help-builder.
+
+## 0.6.1 (2013-05-07)
+
+* Signal a usage error when an environment_variable fails validation.
+* Refactor setting, defaulting and inheritance of attributes.
+
## 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.