From: Jesse Luehrs Date: Mon, 27 Sep 2010 00:49:39 +0000 (-0500) Subject: changelog X-Git-Tag: 1.15~54 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5c83d435d8f47c886912b0c1b520f9f5f131df3a;p=gitmo%2FMoose.git changelog --- diff --git a/Changes b/Changes index be963d0..55944b0 100644 --- a/Changes +++ b/Changes @@ -9,6 +9,10 @@ NEXT "normal" attributes. This should be mostly compatible with existing code, but see Moose::Manual::Delta for details. + * New option 'trait_aliases' for Moose::Exporter, which will allow you to + generate non-global aliases for your traits (and allow your users to + rename the aliases, etc). (doy) + [ENHANCEMENTS] * Native Trait delegations are now all generated as inline code. This should