Update changes for next Moose
Dave Rolsky [Fri, 3 Jul 2009 02:25:39 +0000 (21:25 -0500)]
Changes

diff --git a/Changes b/Changes
index 8a322e6..04633c7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,10 +1,14 @@
 Also see Moose::Manual::Delta for more details of, and workarounds
 for, noteworthy changes.
 
-0.86
+0.86 Thu Jul 2, 2009
+    * Moose::Meta::Class::Immutable::Trait
+      - Fixes to work with the latest Class::MOP.
+
     * Moose::Meta::Method::Delegation
       - Delegation now dies with a more useful error message if the
-        attribute's accessor returns something defined but unblessed. (hdp)
+        attribute's accessor returns something defined but
+        unblessed. (hdp)
 
 0.85 Fri, Jun 26, 2009
     * Moose::Meta::Attribute