From: Dave Rolsky Date: Mon, 12 Oct 2009 04:19:49 +0000 (-0500) Subject: Change log tweaks X-Git-Tag: 0.93~23 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e3afe98d6a074a4803333806568b6427e218361a;p=gitmo%2FMoose.git Change log tweaks --- diff --git a/Changes b/Changes index 20d576e..1eb100c 100644 --- a/Changes +++ b/Changes @@ -3,16 +3,15 @@ for, noteworthy changes. * Moose::Meta::Role - - get_attribute_map is now deprecated (Dave Rolsky) - - * replace two more eval { } calls with try { } (doy) + - The get_attribute_map method is now deprecated. (Dave Rolsky) * Moose::Meta::Method::Delegation - - preserve aliasing for delegated methods (doy) + - Preserve aliasing for delegated methods (doy) * Moose::Util::TypeConstraints - - allow arrayrefs for all forms of enum and duck_type, not just anonymous - (the non-arrayref forms may be removed in the future). (doy) + - Allow array refs for non-anonymous form of enum and duck_type, not + just anonymous. The non-arrayref forms may be removed in the + future. (doy) 0.92 Tue, Sep 22, 2009 * Moose::Util::TypeConstraints