History.rdoc in versionomy-0.2.3 vs History.rdoc in versionomy-0.2.4
- old
+ new
@@ -1,4 +1,8 @@
+=== 0.2.4 / 2009-11-19
+
+* Fixed a regression introduced in 0.2.2 where "1.0a" was being recognized as an alpha version rather than a patchlevel of 1, and similar for "1.0b" and "1.0d".
+
=== 0.2.3 / 2009-11-19
* Recognize "_" and "u" as patchlevel delimiters, to support Sun's Java version numbers (e.g. "1.6.0_17", "6u17").
* Recognize "v" prefix found on some version numbers (e.g. "v1.2")