Small wording tweak in Changes
Dave Rolsky [Mon, 12 Jul 2010 15:36:25 +0000 (10:36 -0500)]
Changes

diff --git a/Changes b/Changes
index 319efa2..62405bf 100644 (file)
--- 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]