Whitespace pickyness
[gitmo/MooseX-Getopt.git] / ChangeLog
index ff05b58..34c3772 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
 Revision history for Perl extension MooseX-Getopt
 
+NEXT
+  * The test suite now uses Test::Fatal instead of Test::Exception. (Karen
+    Etheridge)
+
+0.33 Thu 26 Aug 2010
+  * Remove Test::Most from newly added test (RT#60766)
+
+0.32 Thu 26 Aug 2010
+  * Fix handling of Union types (RT#58417)
+
 0.31 Wed 7 Jul 2010
   * Fix issue causing tests to fail if MooseX::SimpleConfig isn't installed.