bump version and update changes
[gitmo/MooseX-StrictConstructor.git] / Changes
CommitLineData
343ac26e 10.06_02 2008-08-30
2
3* This module no longer exports Moose's sugar. Just use Moose instead.
4
5
8c0f23ac 60.06_01 2008-08-30
7
8- Rewrote this distro's functionality as roles to take advantage of
9 Moose::Util::MetaRole. Less code, plays better with other
10 extensions.
2a1fb9c7 11
12
130.06 2008-06-27
5c40fb22 14
15- Changes to the immutable bits to work with the latest Moose (0.51).
16
17
2a1fb9c7 180.05 2008-04-18
0f795b43 19
20- The fix in 0.04 only worked for non-immutable classes.
21
22
2a1fb9c7 230.04 2008-04-18
a83dec43 24
0f795b43 25- This module did not respect the init_arg attribute setting, and used
a83dec43 26 the attribute name instead. Reported by Matt Trout. RT #34507.
27
28
2a1fb9c7 290.03 2007-11-20
f65b0fb9 30
31- Require Moose 0.26, since that's first version to offer init_meta(),
32 apparently.
33
34
2a1fb9c7 350.02 2007-11-15
0c61e88b 36
d6b6d7ea 37- Moose was missing from the prereq list. Reported by Slaven Rezic.
0c61e88b 38
c001451a 39- Version 0.01 did not work after a class was made immutable.
40
0c61e88b 41
2a1fb9c7 420.01 2007-11-14
32726d88 43
0c61e88b 44- First version, released on an unsuspecting world.