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