X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=61e3792f1fd1ee138fd274c84eb71c510c47c110;hb=8bf2d7142f22ad4cda02a21ea8c064fdd130549f;hp=36986709f0d1479aca67635563942b44b25d2da7;hpb=f65b0fb915561025b600c6f216c8f9d96c52dcdd;p=gitmo%2FMooseX-StrictConstructor.git diff --git a/Changes b/Changes index 3698670..61e3792 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,19 @@ +0.06 2008-06-27 + +- Changes to the immutable bits to work with the latest Moose (0.51). + + +0.05 2008-04-18 + +- The fix in 0.04 only worked for non-immutable classes. + + +0.04 2008-04-18 + +- This module did not respect the init_arg attribute setting, and used + the attribute name instead. Reported by Matt Trout. RT #34507. + + 0.03 2007-11-20 - Require Moose 0.26, since that's first version to offer init_meta(),