More changes
[gitmo/MooseX-StrictConstructor.git] / Changes
1 0.06_02  2008-08-30
2
3 * This module no longer exports Moose's sugar. Just use Moose instead.
4
5 - Various doc fixes to reflect changes since 0.06.
6
7
8 0.06_01  2008-08-30
9
10 - Rewrote this distro's functionality as roles to take advantage of
11   Moose::Util::MetaRole. Less code, plays better with other
12   extensions.
13
14
15 0.06     2008-06-27
16
17 - Changes to the immutable bits to work with the latest Moose (0.51).
18
19
20 0.05     2008-04-18
21
22 - The fix in 0.04 only worked for non-immutable classes.
23
24
25 0.04     2008-04-18
26
27 - This module did not respect the init_arg attribute setting, and used
28   the attribute name instead. Reported by Matt Trout. RT #34507.
29
30
31 0.03     2007-11-20
32
33 - Require Moose 0.26, since that's first version to offer init_meta(),
34   apparently.
35
36
37 0.02     2007-11-15
38
39 - Moose was missing from the prereq list. Reported by Slaven Rezic.
40
41 - Version 0.01 did not work after a class was made immutable.
42
43
44 0.01     2007-11-14
45
46 - First version, released on an unsuspecting world.