This release breaks with last Moose
[gitmo/Class-MOP.git] / Changes
diff --git a/Changes b/Changes
index bf288f9..1935a81 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,13 @@
 Revision history for Perl extension Class-MOP.
 
-0.89
+0.89 Thu Jul 2, 2009
+    * Class::MOP::Class
+    * Class::MOP::Class::Immutable::Trait
+      - Made the Trait act like a role with a bunch of "around"
+        modifiers, rather than sticking it in the inheritance
+        hierarchy. This fixes various problems that caused with
+        metaclass compatibility, which broke Fey::ORM.
+
     * Class::MOP::Method
       - Allow a blessed code reference as the method body. Fixes a
         problem interaction with MooseX::Types. (ash)