From: Dave Rolsky Date: Wed, 3 Jun 2009 19:42:23 +0000 (-0500) Subject: Wording and formatting tweaks for Changes X-Git-Tag: 0.80~12 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=eda4543ebd15f7f31c41936678e5e5bc06f26913;p=gitmo%2FMoose.git Wording and formatting tweaks for Changes --- diff --git a/Changes b/Changes index 5833de0..8b0e401 100644 --- a/Changes +++ b/Changes @@ -4,23 +4,30 @@ for, noteworthy changes. 0.80 ??? * Moose::Manual::FAQ - - Add FAQ about the coercion change from 0.76 because it came - up three times today (perigrin) - - Win doy $10 dollars because Sartak didn't think anybody + - Add FAQ about the coercion change from 0.76 because it came up + three times today (perigrin) + - Win doy $10 dollars because Sartak didn't think anybody would document this fast enough (perigrin) + * Moose::Meta::Method::Destructor - - Inline a DESTROY method even if there are no DEMOLISH methods to - prevent unnecessary introspection in Moose::Object::DEMOLISHALL + + - 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) + - A role's required methods are now represented by + Moose::Meta::Role::Method::Required objects. Conflicts are now + represented by Moose::Meta::Role::Method::Conflicting + objects. The benefit for end-users in that unresolved + conflicts generate different, more instructive, errors, + resolving Ovid's #44895. (Sartak) + * Tests - - Update test suite for subname change in Class::MOP (nothingmuch) - - Add test for infinite recursion in Moose::Meta::Class (groditi) + - Update test suite for subname change in Class::MOP + (nothingmuch) + - Add test for infinite recursion in Moose::Meta::Class + (groditi) 0.79 Wed, May 13, 2009 * Tests