X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=2459cf1071a30ba00cd2cce219a19d035d6bfb46;hb=547dda77201ee580b3dfda83b95e278ce6232182;hp=cbd3a1c6e3657f16f740f9de2abcdee4458650f4;hpb=004222dc591495492d18979bee465a5a4fcbd8d5;p=gitmo%2FMoose.git diff --git a/Changes b/Changes index cbd3a1c..2459cf1 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,9 @@ Revision history for Perl extension Moose 0.41 ~~ numerous documentation updates ~~ + + - Changed all usage of die to Carp::croak for better + error reporting (initial patch by Tod Hagan) ** IMPORTANT NOTE ** - the make_immutable keyword is now deprecated, don't @@ -9,6 +12,21 @@ Revision history for Perl extension Moose as well. There will be 2 releases, and then it will be removed. + * Moose::Meta::Method::Constructor + - immutable classes which had non-lazy attributes were calling + the default generating sub twice in the constructor. (bug + found by Jesse Luehrs, fixed by Dave Rolsky) + - added tests for this (Dave Rolsky) + + * Moose::Meta::Attribute + - inherited attributes may now be extended without + restriction on the type ('isa') (Sartak) + - added tests for this (Sartak) + - when an attribute property is malformed (such as lazy without + a default), give the name of the attribute in the error + message (Sartak) + + 0.40 Fri. March 14, 2008 - I hate Pod::Coverage