Changelogging
[gitmo/Mouse.git] / Changes
diff --git a/Changes b/Changes
index 1c19eda..616bf6b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,20 @@
 Revision history for Mouse
 
+    * Refactor type coercions
+
+    * Refactor the type parser to parse 'ArrayRef[Object|Int]'
+
+0.37 Mon Sep 28 10:48:27 2009
+    * Ensure backward compatibility by author/test-externa.pl (gfx)
+
+    * Change the algorithm of has_method() for backward compatibility (gfx)
+
+    * $ENV{MOUSE_VERBOSE}=1 for Moose-compatible warnings (gfx)
+
+0.36 Sun Sep 27 16:53:06 2009
+    * Fix an issue that breaks backward compatibility (gfx)
+      - MouseX::Attribute does work, although make tests doesn't pass
+
 0.35 Sat Sep 26 12:38:27 2009
     * Work around Test::Exception 0.27_0x by including authorized ver. (gfx)