X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=f71e58aede53dc6970793dbc3cdac655676a2581;hb=topic%2Fattrs-satisfy-requires-in-composition;hp=f6ab14f25d1e17b51be95491d647ed62be2ce56b;hpb=eb6a53e8734dcca2af2f5deb7c8b09cab1677849;p=gitmo%2FClass-MOP.git diff --git a/Changes b/Changes index f6ab14f..f71e58a 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,29 @@ Revision history for Perl extension Class-MOP. +0.98 Mon, Jan 18, 2010 + + [ENHANCEMENTS] + + * Added Class::MOP::Class->rebless_instance_back, which does the inverse of + rebless_instance (doy, rafl). + +0.97_01 Mon, Jan 4, 2010 + + [ENHANCEMENTS] + + * Internal refactorings to move shared behavior into new "mixin" classes. This + made adding some new features to Moose much easier. (Dave Rolsky) + +0.97 Fri, Dec 18, 2009 + * No code changes, just packaging fixes to make this distro installable. + +0.96 Fri, Dec 18, 2009 + * tests + - Fixed t/082_get_code_info.t so it passes with bleadperl. (Dave Rolsky) + - Add XS & C files to no tabs check (Dave Rolsky) + - Convert all tests to done_testing. (Florian Ragwitz) + +0.95 Wed, Nov 19, 2009 * Class::MOP - Make is_class_loaded without any arguments fail loudly (Florian Ragwitz).