Resolve a todo (method confliction)
[gitmo/Mouse.git] / Changes
diff --git a/Changes b/Changes
index 7f31a1c..5ec5318 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,10 +1,17 @@
 Revision history for Mouse
 
+0.33
+    * Fix RT #49902: 0.32 fails tests reported by GRUBER (gfx)
+
+    * Add some tests
+
 0.32 Tue Sep 22 16:44:57 2009
     * Add many tests copied from Moose (gfx)
 
     * Fix Mouse::Util::find_meta() and Mouse::Util::does_role() (gfx)
 
+    * Fix the timing triggers are invoked (gfx)
+
     * Implement confliction checks in roles
 
     * work around create() and create_anon() in Mouse::Meta::Role