HISTORY.txt in getopt-declare-1.25 vs HISTORY.txt in getopt-declare-1.26
- old
+ new
@@ -1,4 +1,14 @@
+== 1.26
+ * Stripping of usage was making help lines that were not
+ parameters look bad. Fixed.
+ * [ requires: param && flag ] was being expanded incorrectly,
+ leading to an obtuse error. Fixed.
+ like what user expects.
+ * Removed _enbool() routine as it is no longer needed.
+ * Documented [debug] directive.
+ * Updated usage() tests.
+
== 1.25
* Really just v1.24, but there were problems with hoe releasing.
* Made -version not fail when doing rake tests and file is not
located.
* Upgraded Rakefile to using Hoe (much simpler).