From: Dave Rolsky Date: Fri, 19 Nov 2010 02:54:04 +0000 (-0600) Subject: Update Changes for codegen rewrite X-Git-Tag: 1.9900~28 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9c3ffca55c25925d8aee850ae33c164bebdf8839;p=gitmo%2FMoose.git Update Changes for codegen rewrite --- diff --git a/Changes b/Changes index 73a6d2a..e73dbcd 100644 --- a/Changes +++ b/Changes @@ -10,6 +10,10 @@ NEXT attribute_metaclass. This is also overridable via ::MetaRole, with the applied_attribute key in the role_metaroles hashref (doy). + * The internal code used to generate inlined methods (accessor, constructor, + etc.) has been massively rewritten. MooseX modules that do inlining will + almost certainly need to be updated as well. + [ENHANCEMENTS] * We now load the roles needed for native delegations only as needed. This