From: Stevan Little Date: Wed, 28 May 2008 06:26:02 +0000 (+0000) Subject: 0.46 X-Git-Tag: 0_55~131 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bd36460405b957ff2e0f54fabfe42c7d8723cadd;p=gitmo%2FMoose.git 0.46 --- diff --git a/Changes b/Changes index 357ff2b..7658dca 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,13 @@ Revision history for Perl extension Moose -0.46 +0.46 Wed. May 28, 2008 + !! This version now approx. 20-25% !! + !! faster with new Class::MOP 0.57 !! + + * Moose::Meta::Class + - some optimizations of the &initialize method + since it is called so often by &meta + * Moose::Meta::Class Moose::Meta::Role - now use the get_all_package_symbols from the @@ -8,6 +15,12 @@ Revision history for Perl extension Moose faster * Moose::Meta::Method::Destructor + - is_needed can now also be called as a class + method for immutablization to check if the + destructor object even needs to be created + at all + + * Moose::Meta::Method::Destructor Moose::Meta::Method::Constructor - added more descriptive error message to help keep people from wasting time tracking an error