Merge branch 'master' into attribute_helpers
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index a94a295..e21c4f8 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,6 +2,14 @@ Also see Moose::Manual::Delta for more details of, and workarounds
 for, noteworthy changes.
 
 next version
+    * 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::Attributes
       - Clarify "is", include discussion of "bare". (Sartak)