Changes for 0.09
[gitmo/MooseX-SemiAffordanceAccessor.git] / Changes
1 0.09   2011-02-26
2
3 - In Moose 1.9900+, attributes from roles no longer acquire the consuming
4   class's attribute traits. However, you can apply attribute traits like this
5   one to attributes in roles, and that trait is preserved when the role is
6   applied to a class.
7
8   See the documentation for more details.
9
10 0.08   2010-07-20
11
12 - Fix a bad example in the SYNOPSIS.
13
14
15 0.07   2010-07-14
16
17 - Fix bad uri for bugtracker in metadata
18
19
20 0.06   2010-07-14
21
22 - Use modern Moose APIs, to avoid warnings with the next Moose release.
23
24
25 0.05   2009-07-15
26
27 - Now requires Moose 0.84 to prevent test failures.
28
29
30 0.04   2009-07-09
31
32 - This module unconditionally deleted the "is" parameter, which meant
33   it broke any use of "is => 'bare'". Reported by Jerome Quelin. Fixed
34   by Jesse Luehrs. RT #47711.
35
36
37 0.03   2008-08-30
38
39 - Renamed to MooseX::SemiAffordanceAccessor because it no longer
40   requires the Moose::Policy module. Instead it uses
41   Moose::Util::MetaRole.
42
43
44 0.02   2007-11-15
45
46 - Require 5.6.1 in the Build.PL.
47
48 - Added missing Moose & Moose::Policy prereqs.
49
50 - No code changes.
51
52
53 0.01   2007-11-14
54
55 - First version, released on an unsuspecting world.