X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=63c9e9bf944b0e33542b93187e7e5edf9f5c6777;hb=379d7cd6cf0cda1c01160b3788ee0388feaab867;hp=1c77210e7d5513b314b6ff4aee943e84b1b190a6;hpb=f0b32c0cae467ae1e6d0ced51d1a4c74b3217e9b;p=gitmo%2FMooseX-SemiAffordanceAccessor.git diff --git a/Changes b/Changes index 1c77210..63c9e9b 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,12 @@ +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 - Fix a bad example in the SYNOPSIS.