From: Dave Rolsky Date: Sat, 14 Feb 2009 15:13:49 +0000 (+0000) Subject: Update Changes for next release X-Git-Tag: 0.70~13 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3ef176b07f0f668c9667eae7e3b36a91645cc410;p=gitmo%2FMoose.git Update Changes for next release --- diff --git a/Changes b/Changes index 10106e7..b2bc406 100644 --- a/Changes +++ b/Changes @@ -11,6 +11,20 @@ Revision history for Perl extension Moose - added more tests to t/000_recipies/basics/003_binary_tree.t (stevan) + * Moose::Object + - We now always call DEMOLISHALL, even if a class does not + define DEMOLISH. This makes sure that method modifiers on + DEMOLISHALL work as expected. (doy) + - added tests for this (EvanCarroll) + + * Moose::Util::MetaRole + - Accept roles for the wrapped_method_metaclass (rafl) + - added tests for this (rafl) + + * Tests + - Some tests tried to use Test::Warn 0.10, which had bugs. Now + they require 0.11. (Dave Rolsky) + 0.69 Thu, February 12, 2009 * Moose - Make some keyword errors use throw_error instead of croak