X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=02ef23017fe86a2c5d299bc53c937de458d07098;hb=5e57b7e6c595e4d4d893bda929beea1ee92f4c45;hp=d5fda08f4a49158646dec7ca0ff1f8e565371d1d;hpb=4b18c1b3cf8de42c2454663de378e9c3f2180352;p=gitmo%2FClass-MOP.git diff --git a/Changes b/Changes index d5fda08..02ef230 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,16 @@ Revision history for Perl extension Class-MOP. +0.92 + * Class::MOP::Class + * Class::MOP::Package + - Move get_method_map and its various scaffolding into + Package. (hdp) + + * Class::MOP::Method + - Allow Class::MOP::Method->wrap to take a Class::MOP::Method + object as the first argument, rather than just a + coderef. (doy) + 0.91 Wed Jul 29, 2009 * Class::MOP::Method::Wrapped - Fixing variable usage issues with the patch from previous version, @@ -33,7 +44,6 @@ Revision history for Perl extension Class-MOP. - If a method modifier set $_, this caused the modifier to blow up, because of some weird internals. (Jeremy Stashewsky) - 0.89 Fri Jul 3, 2009 * Class::MOP::Class * Class::MOP::Class::Immutable::Trait