X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=71574da84af9125d064f0b3debec3fbc3ede99db;hb=84e3c6302990ce2502e08b0f4011a67feaa869bf;hp=5ec831519335d21b53a0937075c4256a5133094a;hpb=fed4cee789bd571326383fe4997cb5b64e0928ea;p=gitmo%2FClass-MOP.git diff --git a/Changes b/Changes index 5ec8315..71574da 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,39 @@ Revision history for Perl extension Class-MOP. -0.25 +0.30 + * 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 - added tests for this