From: Jesse Luehrs Date: Sun, 26 Sep 2010 19:44:07 +0000 (-0500) Subject: changelog X-Git-Tag: 1.09~29 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e7437762d3944b8fb8c0cabdc2776629b442e8c8;p=gitmo%2FClass-MOP.git changelog --- diff --git a/Changes b/Changes index 91f5e56..99f1981 100644 --- a/Changes +++ b/Changes @@ -5,6 +5,10 @@ Revision history for Perl extension Class-MOP. * It's now possible to tell Class::MOP::Class->create and the metaclass pragma to not install a 'meta' method into classes they manipulate. (doy) + * Reinitializing a metaclass no longer removes the existing method and + attribute objects (it instead fixes them so they are correct for the + reinitialized metaclass). (doy) + [OTHER] * Use get_or_add_package_symbol when we intend for it to autovivify, in