From: Dave Rolsky Date: Sun, 21 Jun 2009 15:33:48 +0000 (-0500) Subject: update Changes X-Git-Tag: 0.87~12 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=45919b1f2881bcf9349247eafcb658d0b5554499;p=gitmo%2FClass-MOP.git update Changes --- diff --git a/Changes b/Changes index c2e8af0..659505d 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,16 @@ Revision history for Perl extension Class-MOP. +0.87 + * Class::MOP::Class + - Synced docs about immutability with the current reality (which + changed back in 0.82_01) + - Removed the immutable_transformer method, which had been + returning undef since 0.82_01 anyway. + + * Tests + - Got rid of tests which needed Moose and improved testing of + constructor/destructor inlining warnings. + 0.86 Tue, Jun 16, 2009 * Class::MOP::Class - If you redefined a subroutine at runtime and then wrapped it