Update changes for release
[gitmo/MooseX-ClassAttribute.git] / Changes
CommitLineData
ba0d667d 10.05 2008-08-07
2
3* Totally rewritten as proper meta classes, so it supports
4 introspection and all that good stuff. This breaks some old code
5 because there is no longer a "containing class" for class
6 attributes.
7
8
fab23ffc 90.04 2008-01-21
10
11- An internals change to make this class work with Moose 0.34.
12
13
8d655404 140.03 2007-12-08
15
16- Split main functionality out of sugar sub class_has(), into
17 process_class_attribute(). This makes it easier to create attributes
18 on behalf of other classes.
19
20
d48c186f 210.02 2007-11-25
22
23- Inherit from Exporter, rather than trying to import its
24 import(). Unfortunately, older Exporters as shipped with Perl 5.6.x
25 only allow subclassing.
26
27
cdd206de 280.01 2007-11-24
4dee0fd3 29
d48c186f 30- First version, released on an unsuspecting world.