From: Florian Ragwitz Date: Fri, 5 Dec 2008 06:39:42 +0000 (+0000) Subject: Changelogging. X-Git-Tag: 0.71_02~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fdc6771bb3387171d76f350aabafec7c6cdc068f;p=gitmo%2FClass-MOP.git Changelogging. --- diff --git a/Changes b/Changes index 77e1cc9..4142645 100644 --- a/Changes +++ b/Changes @@ -4,6 +4,13 @@ Revision history for Perl extension Class-MOP. * 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