Merge branch 'master' into attribute_helpers
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index 848f560..b254acc 100644 (file)
--- a/Changes
+++ b/Changes
@@ -5,6 +5,15 @@ for, noteworthy changes.
     * Moose::Meta::Method::Accessor
       - No longer uses inline_slot_access in accessors, to support
         non-lvalue-based meta instances.
+
+    * Moose::Meta::Attribute
+      - Added the currying syntax for delegation from AttributeHelpers
+        to the existing delegation API. (hdp)
+
+    * Moose::AttributeHelpers
+      - Moved in from MooseX with API tweaks. See Moose::Manual::Delta for
+        details. (hdp, jhannah, rbuels)
+
     * Moose::Manual::Contributing
       - Re-write the Moose::Manual::Contributing document to reflect the new
         layout and methods of work for the Git repository. All work now should
@@ -12,6 +21,7 @@ for, noteworthy changes.
         being applied to master. All releases are done by a cabal member and
         merged from master to stable. This plan was devised by Yuval, blame
         him. (perigrin)
+
 0.87 Tue Jul 7, 2009
     * Moose::Meta::Method::Delegation
       - Once again allow class names as well as objects for