X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=53481cf4ef423abf15d7d87295ac674204e7e2f1;hb=2c4a430d7f427eb12dedaa1f444d5c29f3e1b32a;hp=3569989af1f52a7982c357900a1b3608aab45425;hpb=582658492d40598444608f54a988ff019a970ccd;p=gitmo%2FMooseX-SemiAffordanceAccessor.git diff --git a/Changes b/Changes index 3569989..53481cf 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,40 @@ +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. + + +0.07 2010-07-14 + +- Fix bad uri for bugtracker in metadata + + +0.06 2010-07-14 + +- Use modern Moose APIs, to avoid warnings with the next Moose release. + + +0.05 2009-07-15 + +- Now requires Moose 0.84 to prevent test failures. + + +0.04 2009-07-09 + +- This module unconditionally deleted the "is" parameter, which meant + it broke any use of "is => 'bare'". Reported by Jerome Quelin. Fixed + by Jesse Luehrs. RT #47711. + + 0.03 2008-08-30 - Renamed to MooseX::SemiAffordanceAccessor because it no longer