X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=7c56059cb8b6ff02c87aa3411cf0ba1ffb84bde6;hb=9b522fc4b2f36a31ba00ddf00abf369c28c705c7;hp=9f7fae77d618218c2e8d47c8df486060231fafaa;hpb=352c364f8590198c4526a0cb36952325c7e7abc6;p=gitmo%2FClass-MOP.git diff --git a/Changes b/Changes index 9f7fae7..7c56059 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,19 @@ Revision history for Perl extension Class-MOP. +0.59 + + * Class::MOP::Class + - now stores the instance of the instance + metaclass to avoid needless recomputation + + * Class::MOP + Class::MOP::Class + Class::MOP::Method + Class::MOP::Method::Wrapped + Class::MOP::Attribute + - switched usage of reftype to ref because + it is much faster + 0.58 Thurs. May 29, 2008 (late night release engineering)--