From: Jesse Luehrs Date: Mon, 22 Jun 2009 05:34:47 +0000 (-0500) Subject: update Changes X-Git-Tag: 0.88~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=04f11772e418d9c75404ae7e2b0c786076b88448;p=gitmo%2FClass-MOP.git update Changes --- diff --git a/Changes b/Changes index 3714033..8ec6502 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ Revision history for Perl extension Class-MOP. +0.88 + * Class::MOP::Class + - Moved the __INSTANCE__ parameter to _construct_instance from Moose + to here. (doy) + 0.87 * Various - Made sure to always local-ize $@ and $SIG{__DIE__} before