X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=646e63187003b0f550e6b2a7ca625687a6281428;hb=6b5ac420e48ce3b29d9fe53094954821508b2925;hp=725ba20705c2ef0231ca716bba976baf45aa6fcd;hpb=05e183d1439f8462f9672456448f0e3eb19132e1;p=gitmo%2FClass-MOP.git diff --git a/Changes b/Changes index 725ba20..646e631 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,18 @@ Revision history for Perl extension Class-MOP. -0.72 +0.71_02 Fri, December 5, 2008 + * Class::MOP::Immutable + - Added a new attribute, inlined_constructor, which is true if + the constructor was inlined. + * Class::MOP::Package + - Make get_all_package_symbols return a hash ref in scalar + context and deprecate calling it in list context with a + warning. (Florian Ragwitz) + * MOP.xs + - Various improvements and refactoring, making things more robust and + easier to maintain. (Florian Ragwitz) + +0.71_01 Wed, December 3, 2008 * Class::MOP::Method - Add an "execute" method to invoke the body so we can avoid using the coderef overload (Sartak) @@ -14,6 +26,12 @@ Revision history for Perl extension Class-MOP. times we call get_method_map when bootstrapping the MOP. This might make loading Class::MOP (and Moose) a little faster. (Dave Rolsky) + - Implemented an optional XS version of get_method_map. Mostly + taken from a patch by Goro Fuji (rt.cpan.org #41080), with + help form Florian Ragwitz. (Dave Rolsky) + - Make the behaviour of of get_all_package_symbols (and + therefore get_method_map) consistent for stub methods. Report + and test by Goro Fuji (rt.cpan.org #41255). (Florian Ragwitz) 0.71 Wed November 26, 2008 * Class::MOP::Class