X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=f8801ebd761bf523f63b3d222a6ede596e055dc3;hb=HEAD;hp=9eb00efb3335c695688110ddd210be6852ee8cf5;hpb=5fec7b185e24bf975c7d99bee1ac8e806cecd021;p=gitmo%2FClass-MOP.git diff --git a/Changes b/Changes index 9eb00ef..f8801eb 100644 --- a/Changes +++ b/Changes @@ -1,11 +1,35 @@ Revision history for Perl extension Class-MOP. -[NEXT] +NEXT - * Replace use of Test::Exception with Test::Fatal + [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.12 Mon, Jan 3, 2011 + + * Remove usage of undocumented Package::Stash APIs from the tests. This + prevents the tests from failing on Package::Stash >= 0.18. + +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