From: Dave Rolsky Date: Sat, 26 Feb 2011 18:50:24 +0000 (-0600) Subject: Changes for 0.09 X-Git-Tag: v0.09~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-SemiAffordanceAccessor.git;a=commitdiff_plain;h=379d7cd6cf0cda1c01160b3788ee0388feaab867 Changes for 0.09 --- diff --git a/Changes b/Changes index 31e9e55..63c9e9b 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,11 @@ -- Allow MooseX::SemiAffordanceAccessor to be used in roles. +0.09 2011-02-26 + +- In Moose 1.9900+, attributes from roles no longer acquire the consuming + class's attribute traits. However, you can apply attribute traits like this + one to attributes in roles, and that trait is preserved when the role is + applied to a class. + + See the documentation for more details. 0.08 2010-07-20