Changes for native delegation branch
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index edc28f1..8c7cf41 100644 (file)
--- a/Changes
+++ b/Changes
@@ -3,6 +3,16 @@ for, noteworthy changes.
 
 NEXT
 
+  [ENHANCEMENTS]
+
+  * Almost every native delegation method which changes the attribute value
+    now has an explicitly documented return value. In general, this return
+    value matches what Perl would return for the same operation. (Dave Rolsky)
+
+  * Lots of work on native delegation documentation, including documenting
+    what arguments each native delegation method allows or requires. (Dave
+    Rolsky)
+
   [BUG FIXES]
 
   * A number of native trait methods which expected strings as arguments did
@@ -16,7 +26,7 @@ NEXT
   * Roles now support passing an array reference of method names to method
     modifier sugar functions. (doy)
 
-  * Native traits now don't use optimized inlining routines if the instance
+  * Native traits no longer use optimized inlining routines if the instance
     requests it (in particular, if inline_get_slot_value doesn't return
     something that can be assigned to). This should fix issues with
     KiokuDB::Class. (doy)