From: Shawn M Moore Date: Sun, 31 May 2009 04:53:36 +0000 (-0400) Subject: Changes entry for today's branch :) X-Git-Tag: 0.80~19 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=51d27b6cf80b6fd43daf50f4a7ef07ac7d204fa3;p=gitmo%2FMoose.git Changes entry for today's branch :) --- diff --git a/Changes b/Changes index 0bdc83b..71d4525 100644 --- a/Changes +++ b/Changes @@ -11,6 +11,13 @@ for, noteworthy changes. * Moose::Meta::Method::Destructor - Inline a DESTROY method even if there are no DEMOLISH methods to prevent unnecessary introspection in Moose::Object::DEMOLISHALL + * Moose::* + - Required methods of roles are now represented by + Moose::Meta::Role::Method::Required objects. Conflicts are now + represented by Moose::Meta::Role::Method::Conflicting objects. + There's benefit for end-users in that unresolved conflicts + generate different, more instructive, errors, resolving Ovid's + #44895. (Sartak) 0.79 Wed, May 13, 2009 * Tests