X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=bf982b1fdbcf1f9012e0265390d176cd5bbe3b5a;hb=master;hp=4f435cef28b6ed55ecab2dc7cb6f48f1600580a3;hpb=988de3958145e142c4829a9bdae6dea91d1b57bb;p=gitmo%2FMooseX-FollowPBP.git diff --git a/Changes b/Changes index 4f435ce..bf982b1 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,13 @@ +0.05 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.04 2010-07-20 - Respect "is => 'bare'" attributes.