From: Dave Rolsky Date: Sun, 7 Dec 2008 18:47:04 +0000 (+0000) Subject: No, Sartak, you cannot retroactively add code to a released tarball ;) X-Git-Tag: 0.72~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6a6f7a2f10c982ca95f9c85e0b1304878cceed96;p=gitmo%2FClass-MOP.git No, Sartak, you cannot retroactively add code to a released tarball ;) --- diff --git a/Changes b/Changes index 98ba03e..d94f0ae 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ Revision history for Perl extension Class-MOP. +0.72 + * Class::MOP::Package + - Pass options to _new, so subclass' attributes can be + initialized (Sartak) + 0.71_02 Fri, December 5, 2008 * Class::MOP::Immutable - Added a new attribute, inlined_constructor, which is true if @@ -8,8 +13,6 @@ Revision history for Perl extension Class-MOP. - Make get_all_package_symbols return a hash ref in scalar context and deprecate calling it in list context with a warning. (Florian Ragwitz) - - Pass options to _new, so subclass' attributes can be - initialized (Sartak) * MOP.xs - Various improvements and refactoring, making things more robust and easier to maintain. (Florian Ragwitz)