X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=36986709f0d1479aca67635563942b44b25d2da7;hb=f65b0fb915561025b600c6f216c8f9d96c52dcdd;hp=cd710fd85711924bd66bf5826759bf56af32f54c;hpb=32726d885ed56a2628ec0eccf18b2e898d1ca8ca;p=gitmo%2FMooseX-StrictConstructor.git diff --git a/Changes b/Changes index cd710fd..3698670 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,16 @@ -0.01 Date/time +0.03 2007-11-20 -* First version, released on an unsuspecting world. +- Require Moose 0.26, since that's first version to offer init_meta(), + apparently. + + +0.02 2007-11-15 + +- Moose was missing from the prereq list. Reported by Slaven Rezic. + +- Version 0.01 did not work after a class was made immutable. + + +0.01 2007-11-14 + +- First version, released on an unsuspecting world.