From: Dave Rolsky Date: Tue, 16 Jun 2009 13:37:22 +0000 (-0500) Subject: Add date for next release X-Git-Tag: 0.86~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a86c92b75ded5d376ce7c0e7ff6d6ddbb532c749;p=gitmo%2FClass-MOP.git Add date for next release --- diff --git a/Changes b/Changes index ff4cda4..b802c21 100644 --- a/Changes +++ b/Changes @@ -1,9 +1,14 @@ Revision history for Perl extension Class-MOP. +0.87 Tue, Jun 16, 2009 * Class::MOP::Class - If you redefined a subroutine at runtime and then wrapped it with a method modifier, the modifier could in some cases wrap - the original version of the subroutine. + the original version of the subroutine + + * Class::MOP::Class + - If a class defines its own DESTROY, we will not inline a + destructor (Dylan Hardison) 0.86 Thu, Jun 11, 2009 * Class::MOP::Class