From: Dave Rolsky Date: Sat, 16 Oct 2010 13:17:00 +0000 (-0500) Subject: Changes for native delegation branch X-Git-Tag: 1.16~37 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=85c37b1657731934438b8620b1acf2bd2cd87f2d;p=gitmo%2FMoose.git Changes for native delegation branch --- diff --git a/Changes b/Changes index f2fe289..8c7cf41 100644 --- 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