Fix tests from RT#44909
[gitmo/MooseX-Getopt.git] / ChangeLog
index fa314d8..2dcf4f1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
 Revision history for Perl extension MooseX-Getopt
 
+   * Tests
+        - Fix warning from tests with new Moose (t0m)
+        - Fix tests on Win32 from RT#44909 (taro-nishino)
+
+0.18 Thu. April 9 2009
+       * MooseX::Getopt::Dashes
+               - New module, for converting undercores to dashes (ilmari)
+
+0.17 Wed. April 8 2009
+  * MooseX::Getopt
+               - work with latest Moose (hdp)
+
+       ~ unify module version numbers with dist version (hdp)
+
 0.16 Tue. February 17 2009
        * t/
                - run pod tests only if RELEASE_TESTING env var is set