From: Florian Ragwitz Date: Fri, 5 Dec 2008 06:39:33 +0000 (+0000) Subject: 0.71_01 is already released. Move changelog entries for unreleased things to 0.72. X-Git-Tag: 0.71_02~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=62a0a0f36158a8b06976cab41cc0f01923dcb07e;p=gitmo%2FClass-MOP.git 0.71_01 is already released. Move changelog entries for unreleased things to 0.72. --- diff --git a/Changes b/Changes index b9fdc95..77e1cc9 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ Revision history for Perl extension Class-MOP. +0.72 + * Class::MOP::Immutable + - Added a new attribute, inlined_constructor, which is true if + the constructor was inlined. + 0.71_01 Wed, December 3, 2008 * Class::MOP::Method - Add an "execute" method to invoke the body so @@ -20,9 +25,6 @@ Revision history for Perl extension Class-MOP. - 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) - * Class::MOP::Immutable - - Added a new attribute, inlined_constructor, which is true if - the constructor was inlined. 0.71 Wed November 26, 2008 * Class::MOP::Class