Merge branch 'master' into attribute_helpers
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index 7412ed0..5af4bb4 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,16 @@
 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::Meta::Attribute::Native
+      - Moved in from MooseX::AttributeHelpers with API tweaks. See
+        Moose::Manual::Delta for details. (hdp, jhannah, rbuels, Sartak,
+        perigrin, doy)
+
 0.89 Thu Aug 13, 2009
     * Moose::Manual::Attributes
       - Clarify "is", include discussion of "bare". (Sartak)