Backfill some important 0.84 changes in Delta
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index 1337cbe..548ee3a 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,11 +1,31 @@
 Also see Moose::Manual::Delta for more details of, and workarounds
 for, noteworthy changes.
 
-0.85
+0.88
+    * Moose::Meta::Method::Accessor
+      - No longer uses inline_slot_access in accessors, to support
+        non-lvalue-based meta instances.
+
+0.87 Tue Jul 7, 2009
+    * Moose::Meta::Method::Delegation
+      - Once again allow class names as well as objects for
+        delegation. This was changed in 0.86.
+
+0.86 Fri Jul 3, 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)
+
+0.85 Fri, Jun 26, 2009
     * Moose::Meta::Attribute
-      - The warning for 'no associated methods' is now split out into the
-        _check_associated_methods method, so that extensions can safely call
-        'after install_accessors => ...'. (hdp)
+      - The warning for 'no associated methods' is now split out into
+        the _check_associated_methods method, so that extensions can
+        safely call 'after install_accessors => ...'. This fixes a
+        warning from MooseX::AttributeHelpers. (hdp)
 
 0.84 Fri, Jun 26, 2009
     * Moose::Role
@@ -21,7 +41,7 @@ for, noteworthy changes.
       - Attribute accessors (reader, writer, accessor, predicate,
         clearer) now warn if they overwrite an existing method. (doy)
       - Attribute constructors now warn very noisily about unknown (or
-        mispelled) arguments
+        misspelled) arguments
 
     * Moose::Util::TypeConstraints
       - Deprecated the totally useless Role type name, which just