X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FClass-MOP.git;a=blobdiff_plain;f=Changes;fp=Changes;h=0ae8cf0e3bed613c5925aaac4cd1bdd5d4d3c5eb;hp=1457769d39c706af006bbf1228a6b70c086086a0;hb=2bba2a012a157ca701e85e603bd14d54fded96a7;hpb=398a82df319a28b66dfd22e98c87a0adfb12c83f diff --git a/Changes b/Changes index 1457769..0ae8cf0 100644 --- a/Changes +++ b/Changes @@ -1,12 +1,31 @@ Revision history for Perl extension Class-MOP. +NEXT + + [API CHANGES] + + * The internal code used to generate inlined methods (accessor, constructor, + etc.) has been massively rewritten. MooseX modules that do inlining will + almost certainly need to be updated as well. + + [ENHANCEMENTS] + + * A lot of code related to managing methods for a class has been tweaked to + make it faster. This speeds up compilation time for Class::MOP and Moose, + as well modules which use Moose. + + 1.11 Sun, Oct 31, 2010 + [ENHANCEMENTS] + * Replace use of Test::Exception with Test::Fatal. (Karen Etheridge and Dave Rolsky) 1.10 Mon, Oct 18, 2010 + [BUG FIXES] + * Lots of fixes for edge cases with anon classes. (doy) 1.09 Tue, Oct 5, 2010