From: Dave Rolsky Date: Thu, 22 Jan 2009 22:21:43 +0000 (+0000) Subject: update changes X-Git-Tag: 0.76~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0b3050284000b4f71328d5ca548612fddb3573f5;p=gitmo%2FClass-MOP.git update changes --- diff --git a/Changes b/Changes index 8d18dce..e011dbe 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,20 @@ Revision history for Perl extension Class-MOP. +0.76 + * Class::MOP::Method::Generated + - Added new private methods to support code generation, which + are being used by Moose and can be used by MooseX + authors. (mst) + - Generated methods are now generated with a #line directive + reflecting the source of the generated method. (nothingmuch) + + * Class::MOP::Class + - Clarified documentation of methods that return + Class::MOP::Method objects. (doy) + + * Class::MOP + - Clarified documentation of the metaclass cache methods. (Sartak) + * Tests - Add test showing how the xs Class::MOP::is_class_loaded can be made to operate differently to the pure perl version (t0m)