Checking in changes prior to tagging of version 0.88.
[gitmo/Mouse.git] / Changes
diff --git a/Changes b/Changes
index caaf9f8..65dc150 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,25 @@
 Revision history for Mouse
 
+0.88 2010-12-05 14:24:14
+    [BUG FIX]
+    * Workaround SL4A where mro.pm doesn't exist even if Perl >= 5.10.0
+      (reported by @hide_o_55)
+
+0.87 2010-11-13 23:44:20
+    [BUG FIXES]
+    * Fix packaging issues
+        - META.yml was not updated (reported by @shohex)
+        - `make realclean` should remove xshelper.h
+          (patched by Ingy dot Net, and modified by gfx)
+
+    [OTHERS]
+    * Type coercion routines have been refactored; coercions are compiled
+      on demand.
+
+0.86 2010-11-12 20:12:53
+    [BUG FIXES]
+    * Role application to instances cached anonymous classes in wrong way
+
 0.85 2010-11-11 10:51:45
     [BUG FIXES]
     * Fix an error message to be compatible with Moose's