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