Changelogging
[gitmo/Mouse.git] / Changes
diff --git a/Changes b/Changes
index a0b7309..c086c39 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,10 +2,12 @@ Revision history for Mouse
 
 0.31
 
-    * Remove Test::Mouse, which was accidentally included (gfx)
-    
     * 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)