X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=e23f5237053529c1f64cb52f15f81092742b1e9b;hb=3a642c024cf3e964eedddffa171cc501bac9265d;hp=4bba164c44ce1d498c370198652edcea75f88450;hpb=efc98200d49cae9fb74285a58d12e3b988da0a97;p=gitmo%2FClass-MOP.git diff --git a/Changes b/Changes index 4bba164..e23f523 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 + - Give method modifiers unique names as they are added so that + introspection of caller() gives you something more useful. + 0.89 Fri Jul 3, 2009 * Class::MOP::Class