From: Florian Ragwitz Date: Tue, 7 Apr 2009 15:15:07 +0000 (+0200) Subject: Changelogging. X-Git-Tag: 0.81~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6e5d17d20d2adcb2d240b75477e9f46b08af9be1;p=gitmo%2FClass-MOP.git Changelogging. --- diff --git a/Changes b/Changes index 44f8066..d0eb073 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,18 @@ Revision history for Perl extension Class-MOP. + * Class::MOP + * Class::MOP::Class + * Class::MOP::Instance + * Class::MOP::Attribute + * Class::MOP::Method::Accessor + * Class::MOP::Method::Constructor + - Include stack traces in the deprecation warnings introduced in 0.80_01. + (Florian Ragwitz) + + * MOP.xs + - Avoid c compiler warnings by declaring some unused function arguments. + (Florian Ragwitz) + 0.80_01 Sun, April 5, 2009 * Makefile.PL - Make sure to preserve any compiler flags already defined in