X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=fd58507be9876eea66dc979609c768bf670aa842;hb=77a143bafdd524b01eb35af7d47c2a1d5554b5e2;hp=8b3297a766e5d4685c31d14ba3e08c64d2935c6f;hpb=da34f0548381c10dba4299089c07ffe64a0706e1;p=gitmo%2FClass-MOP.git diff --git a/Changes b/Changes index 8b3297a..fd58507 100644 --- a/Changes +++ b/Changes @@ -1,12 +1,17 @@ Revision history for Perl extension Class-MOP. 0.55 + ~ added MRO::Compat as a dependency ~ + ~ all classes now have proper c3 support ~ + * Class::MOP::Class - rebless_instance now returns the instance it has just blessed, this is mostly to facilitate chaining - set the attr correctly in rebless_instance when it has no init_arg + - tweaked &linear_isa and &class_precedence_list + to support c3 classes. 0.54 Fri. March, 14, 2008 * Class::MOP