Tweak change description for delegation fix to be clearer
Dave Rolsky [Mon, 12 Oct 2009 04:22:56 +0000 (23:22 -0500)]
Changes

diff --git a/Changes b/Changes
index 1eb100c..84051e3 100644 (file)
--- a/Changes
+++ b/Changes
@@ -6,7 +6,8 @@ for, noteworthy changes.
       - The get_attribute_map method is now deprecated. (Dave Rolsky)
 
     * Moose::Meta::Method::Delegation
-      - Preserve aliasing for delegated methods (doy)
+      - Preserve variable aliasing in @_ for delegated methods, so that
+        altering @_ affects the passed value. (doy)
 
     * Moose::Util::TypeConstraints
       - Allow array refs for non-anonymous form of enum and duck_type, not