Add various things
[gitmo/Mouse.git] / Changes
diff --git a/Changes b/Changes
index 8285f99..cf609ef 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,8 +1,21 @@
 Revision history for Mouse
 
-0.30
+0.32
 
-    * Work around anonymous classes as mortal classes
+
+0.31 Tue Sep 22 11:08:12 2009
+
+    * Add find_meta() and does_role() to Mouse::Util (gfx)
+
+    * Fix tests using Class::Method::Modifiers to be skipped correctly (gfx)
+
+    * Remove Test::Mouse, which was accidentally included (gfx)
+
+0.30 Mon Sep 21 16:43:05 2009
+
+    * Implement RT #46930 (accessor/reader/writer in has()) (gfx)
+
+    * Work around anonymous classes as mortal classes (gfx)
 
     * Implement with $role => -exlucdes => [...] (gfx)