From: Florian Ragwitz Date: Tue, 7 Apr 2009 15:29:37 +0000 (+0200) Subject: Changelogging. X-Git-Tag: 0.74~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e9d4ef80a1d19ee42a7ffe343b37066150176031;p=gitmo%2FMoose.git Changelogging. --- diff --git a/Changes b/Changes index 83c00db..3dc1326 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,11 @@ Also see Moose::Manual::Delta for more details of, and workarounds for, noteworthy changes. + * Moose::Meta::Role + * Moose::Meta::Method::Destructor + - Include stack traces in the deprecation warnings. + (Florian Ragwitz) + 0.73_02 Mon, April 6, 2009 * More deprecations and renamings - Moose::Meta::Method::Constructor @@ -12,7 +17,7 @@ for, noteworthy changes. destruction, meaning that your class's DEMOLISH methods would not be properly called. Reported by t0m. - * Moose::Meta::Method::Destructor + * Moose::Meta::Method::Destructor - Destructor inlining was totally broken by the change to the is_needed method in 0.72_01. Now there is a test for this feature, and it works again.