X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=bab6c069daed9328878d26346e57268a816e8160;hb=8b49a47227fa5b84e4a5f02f40d9e38ed3c2a0ca;hp=7c56059cb8b6ff02c87aa3411cf0ba1ffb84bde6;hpb=9b522fc4b2f36a31ba00ddf00abf369c28c705c7;p=gitmo%2FClass-MOP.git diff --git a/Changes b/Changes index 7c56059..bab6c06 100644 --- a/Changes +++ b/Changes @@ -5,6 +5,17 @@ Revision history for Perl extension Class-MOP. * Class::MOP::Class - now stores the instance of the instance metaclass to avoid needless recomputation + and deletes it when the cache is blown + + * Class::MOP::Package + - {add, has, get, remove}_package_symbol all + now accept a HASH ref argument as well as the + string. All internal usages now use the HASH + ref version. + + * Class::MOP + - MOP.xs does sanity checks on the coderef + to avoid a segfault * Class::MOP Class::MOP::Class