X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=1457769d39c706af006bbf1228a6b70c086086a0;hb=aa28eb106aaeffc3d29983be5f6b63b9fc254c16;hp=91f5e56549f0e247b680caa7a22f1a2d7627cd65;hpb=42d5274b7d474139e3d2bed2213c0322beb95a7d;p=gitmo%2FClass-MOP.git diff --git a/Changes b/Changes index 91f5e56..1457769 100644 --- a/Changes +++ b/Changes @@ -1,16 +1,36 @@ Revision history for Perl extension Class-MOP. +1.11 Sun, Oct 31, 2010 + + * Replace use of Test::Exception with Test::Fatal. (Karen Etheridge and Dave + Rolsky) + +1.10 Mon, Oct 18, 2010 + + * Lots of fixes for edge cases with anon classes. (doy) + +1.09 Tue, Oct 5, 2010 + [ENHANCEMENTS] * It's now possible to tell Class::MOP::Class->create and the metaclass - pragma to not install a 'meta' method into classes they manipulate. (doy) + pragma to not install a 'meta' method into classes they manipulate, + or to install one under a different name. (doy) + + * Reinitializing a metaclass no longer removes the existing method and + attribute objects (it instead fixes them so they are correct for the + reinitialized metaclass). (doy) + + * All 'meta' methods created by Class::MOP are now of the class + Class::MOP::Method::Meta. This is overridable at the metaclass layer. (doy) [OTHER] * Use get_or_add_package_symbol when we intend for it to autovivify, in preparation for changes in Package::Stash. (doy) - * We now use Module::Install::AuthorRequires to force authors to run - all tests, just like we do for Moose. (sartak) + + * We now use Module::Install::AuthorRequires to force authors to run all + tests, just like we do for Moose. (sartak) 1.08 Mon, Sep 13, 2010