X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=8d5e5a810fad6612d634b27a8a2f1cb94a73f8d3;hb=7f436b8c244d791e254b49668ac2b6d5218314e4;hp=b5d2e4d595941d3d44cc4788533ba5a577699135;hpb=93b4e576d3ac26a1676c45177161c6477ac2b35e;p=gitmo%2FClass-MOP.git diff --git a/Changes b/Changes index b5d2e4d..8d5e5a8 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,48 @@ Revision history for Perl extension Class-MOP. +0.29_02 Thurs. June 22, 2006 + ++ DEVELOPER RELEASE ++ + * Class::MOP::Class + - small change in &create so that it behaves + properly when inherited + - small fix to &clone_instance + +0.29_01 Fri. May 12, 2006 + ++ DEVELOPER RELEASE ++ + - This release works in combination with + Moose 0.09_01, it is a developer release + because it introduces a new instance + sub-protocol and has not yet been + optimized. + + * Class::MOP::Class + - anon-classes are now properly garbage collected + - added tests for this + - improved method modifier wrapping + + * Class::MOP::Instance + - added new instance protocol + - added tests for this + - changed all relevant modules and examples + - Class::MOP::Class + - Class::MOP::Attribute + - examples/* + + * metaclass + - you no longer need to specify the metaclass + itself, if it is not there, Class::MOP::Class + is just assumed + - updated tests for this + + * examples/ + - added ArrayBasedStorage example to show + instance storage using ARRAY refs instead of + HASH refs. + - added tests for this + - InsideOutClass is totally revised using the + new instance protocol + - added more tests for this + 0.26 Mon. April 24, 2006 * Class::MOP::Class - added find_attribute_by_name method