From: Shawn M Moore Date: Wed, 15 Jul 2009 07:21:19 +0000 (-0400) Subject: Changes entry for gfx/topic/no-get_method_map X-Git-Tag: 0.90~18 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a40c9fb37c6831af99c1cb651d7f5804c900de8b;p=gitmo%2FClass-MOP.git Changes entry for gfx/topic/no-get_method_map --- diff --git a/Changes b/Changes index 4bba164..d4ed759 100644 --- a/Changes +++ b/Changes @@ -6,6 +6,10 @@ Revision history for Perl extension Class-MOP. - Anonymous classes were not destroyed properly when they went out of scope, leading to a memory leak. RT #47480 (Goro Fuji). + * Class::MOP::Class + - get_method, has_method, and add_method no longer use get_method_map. + Methods are more lazily instantiated to improve performance pretty + significantly (Goro Fuji) 0.89 Fri Jul 3, 2009 * Class::MOP::Class