X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=bf982b1fdbcf1f9012e0265390d176cd5bbe3b5a;hb=master;hp=ea812aa8be3605331bbeea577e8f067c9ba1cca0;hpb=5a3f904ce97eee4ee07d1b0f8d6033298c4ae020;p=gitmo%2FMooseX-FollowPBP.git diff --git a/Changes b/Changes index ea812aa..bf982b1 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,18 @@ +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. + + 0.03 2010-07-14 - Use modern Moose APIs, to avoid warnings with the next Moose release.