Fix typos in tests
[gitmo/Mouse.git] / Changes
diff --git a/Changes b/Changes
index ff2c4d6..8285f99 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,9 +2,19 @@ Revision history for Mouse
 
 0.30
 
-    * Support is => 'bare', and you must pass and 'is' option to has() (gfx)
+    * Work around anonymous classes as mortal classes
+
+    * Implement with $role => -exlucdes => [...] (gfx)
+
+    * Implement get_method() in M::Meta::Class and M::Meta::Role (gfx)
+
+    * Make get_method_list() compatible with Moose's (gfx)
 
-    * Make generator methods private (gfx)
+    * Make unimport() not to remove non-Mouse functions (blessed and confess) (gfx)
+
+    * Remove a lot of duplication code (gfx)
+
+    * Support is => 'bare', and you must pass and 'is' option to has() (gfx)
 
 0.29 Thu Sep 17 11:49:49 2009