X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=63c9e9bf944b0e33542b93187e7e5edf9f5c6777;hb=379d7cd6cf0cda1c01160b3788ee0388feaab867;hp=79820f40bcd2009ca309de4f102d2c82c4cec95a;hpb=e2727e048e9298a55d885e745def31dcc5b450d0;p=gitmo%2FMooseX-SemiAffordanceAccessor.git diff --git a/Changes b/Changes index 79820f4..63c9e9b 100644 --- a/Changes +++ b/Changes @@ -1,8 +1,55 @@ -0.02 +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 + requires the Moose::Policy module. Instead it uses + Moose::Util::MetaRole. + + +0.02 2007-11-15 - Require 5.6.1 in the Build.PL. +- Added missing Moose & Moose::Policy prereqs. + +- No code changes. + 0.01 2007-11-14 -* First version, released on an unsuspecting world. +- First version, released on an unsuspecting world.