X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=7831c7e64e9d0d9d18b5c268e1045a5da4ec27ad;hb=4048309555306b4863589e1ff580a59a5703ea14;hp=05c0f4808a98bf3eca970c73861eca4296652903;hpb=46666f3380286d61ee9877a09e395753a18a6d62;p=gitmo%2FClass-MOP.git diff --git a/Changes b/Changes index 05c0f48..7831c7e 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,42 @@ Revision history for Perl extension Class-MOP. +0.30 Sat. May 6, 2006 + * Class::MOP::Class + - anon-classes are now properly garbage collected + - added tests for this + + * 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 + - added tests and docs for this + - some small optimizations + + * Class::MOP::Attribute + - some small optimizations + 0.25 Thurs. April 20, 2006 * Class::MOP::Class - added create_anon_class for creating anonymous classes