X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=ae9d3620cab5200dc763118e6687a4569186de56;hb=82a64f20a239bacc0a7f104b85db6a3e40c82c28;hp=360696534fa9f766057211d34bc69249599e5d57;hpb=eca95e0476ae5a66144c4fd1f4a23c2ba4bdbf26;p=gitmo%2FClass-MOP.git diff --git a/Changes b/Changes index 3606965..ae9d362 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,15 @@ Revision history for Perl extension Class-MOP. +0.79 + * Class::MOP::Class + * Class::MOP::Instance + - Reblessing into a package that supports overloading wasn't + properly adding overload magic to the object due to a bug + in (at least) 5.8.8. We now use $_[1] directly which seems + to set the magic properly. (Sartak) + 0.78 Mon, February 23, 2009 - * No changes from 0.78 + * No changes from 0.77_01 0.77_01 Sun, February 22, 2009 * Everything @@ -10,7 +18,7 @@ Revision history for Perl extension Class-MOP. Perl version of the code. A Moose test would fail when run against the pure Perl version of this code. - * Moose::Meta::Instance + * Class::MOP::Instance - The inline_* methods now quote attribute names themselves, and don't expect to receive a quoted value.