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