Wording tweak
[gitmo/MooseX-ClassAttribute.git] / Changes
1 0.08
2
3 - Make this module work with Moose 0.73_01+.
4
5 - Deprecated compute_all_applicable_class_attributes. Use
6   get_all_class_attributes instead.
7
8
9 0.07   2008-11-10
10
11 - Fixed a bug where class attributes did not honor the
12   Class::MOP::Attribute properly, so things that used it directly
13   failed. This bug could be tickled by using certain
14   MooseX::AttributeHelpers attribute metaclasses with a class
15   attribute. Fixed by Shawn Moore.
16
17
18 0.06   2008-09-06
19
20 - No code changes, just added a missing prereq for
21   MooseX::AttributeHelpers.
22
23
24 0.05   2008-09-05
25
26 * Totally rewritten as proper meta classes, so it supports
27   introspection and all that good stuff. This breaks some old code
28   because there is no longer a "containing class" for class
29   attributes.
30
31
32 0.04   2008-01-21
33
34 - An internals change to make this class work with Moose 0.34.
35
36
37 0.03   2007-12-08
38
39 - Split main functionality out of sugar sub class_has(), into
40   process_class_attribute(). This makes it easier to create attributes
41   on behalf of other classes.
42
43
44 0.02   2007-11-25
45
46 - Inherit from Exporter, rather than trying to import its
47   import(). Unfortunately, older Exporters as shipped with Perl 5.6.x
48   only allow subclassing.
49
50
51 0.01   2007-11-24
52
53 - First version, released on an unsuspecting world.