HISTORY.txt in getopt-declare-1.26 vs HISTORY.txt in getopt-declare-1.27
- old
+ new
@@ -1,4 +1,9 @@
+== 1.27
+ * Fixed a bug with the sorting of arguments, which could sometimes
+ lead to strange parsing.
+ * Made required argument parsing more strict.
+
== 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.