From: Dave Rolsky Date: Mon, 14 Mar 2011 04:08:08 +0000 (-0500) Subject: Changes for NEXT X-Git-Tag: 1.9905~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9d326af4b7bcf64bfbd9f1ef02a35c7d84b00c70;p=gitmo%2FMoose.git Changes for NEXT --- diff --git a/Changes b/Changes index 3f1fd73..7721ae4 100644 --- a/Changes +++ b/Changes @@ -3,6 +3,21 @@ for, noteworthy changes. {{$NEXT}} + [NEW FEATURES] + + * The Moose::Meta::Role::Attribute class now has an original_role method + which returns the role which first defined an attribute. See the docs for + details. (Dave Rolsky) + + [BUG FIXES] + + * When a role had its own applied_attribute metaclass (usually from MetaRole + application), that metaclass would get lost when that role participated in + role composition. It was also lost if that role was consumed by some other + role. Both of these cases have been fixed. Attributes are always applied + with the applied_attribute metaclass of the role which originall defined + them. (Dave Rolsky) + 1.9904-TRIAL Fri, Mar 04, 2011 [BUG FIXES]