From: Dave Rolsky Date: Mon, 12 Jul 2010 15:36:25 +0000 (-0500) Subject: Small wording tweak in Changes X-Git-Tag: 1.09~54 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=efb92cd34e88a8881696bc743914c148ebb0ceda;p=gitmo%2FMoose.git Small wording tweak in Changes --- diff --git a/Changes b/Changes index 319efa2..62405bf 100644 --- a/Changes +++ b/Changes @@ -3,9 +3,9 @@ for, noteworthy changes. [API CHANGES] - * You cannot pass "coerce => 1" for an attribute unless its type constraint - has a coercion defined. If it doesn't, an error will be thrown when the - attribute is defined. (Dave Rolsky) + * You can no longer pass "coerce => 1" for an attribute unless its type + constraint has a coercion defined. If it doesn't, an error will be thrown + when the attribute is defined. (Dave Rolsky) [NEW FEATURES]