HISTORY.txt in getopt-declare-1.27 vs HISTORY.txt in getopt-declare-1.28
- old
+ new
@@ -1,4 +1,15 @@
+== 1.28
+ * Fixed a minor issue where help lines were not being compacted
+ properly.
+ * Fixed a minor inconsistency in pvtype regex in usage description.
+ * Fixed GNU style parameter matching to not get confused with
+ multiple spaces before parameters.
+ * Sped up matching of default rules a tad due to use of symbols
+ instead of strings.
+ * Fixed required matches not working for some cases due to change
+ in 1.27.
+
== 1.27
* Fixed a bug with the sorting of arguments, which could sometimes
lead to strange parsing.
* Made required argument parsing more strict.