X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=bf982b1fdbcf1f9012e0265390d176cd5bbe3b5a;hb=4772806701c8b2a869655c0c03d9fe6328376461;hp=03d0ac4607292e6a29adb8ec3dddeb322e2a7106;hpb=a623c11370371e7e44577fa0938c57371d0d4103;p=gitmo%2FMooseX-FollowPBP.git diff --git a/Changes b/Changes index 03d0ac4..bf982b1 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,23 @@ +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. + + 0.02 2008-02-06 - Add a missing dependency on Moose so it gets tested.