Reorder and speling fix
Dave Rolsky [Sun, 25 Jul 2010 15:19:18 +0000 (10:19 -0500)]
Changes

diff --git a/Changes b/Changes
index 90fd4a2..77489df 100644 (file)
--- a/Changes
+++ b/Changes
@@ -6,17 +6,14 @@ for, noteworthy changes.
   [API CHANGES]
 
   * 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)
+    constraint has a coercion defined. Doing so will issue a deprecation
+    warning. (Dave Rolsky)
 
   * Previously, '+foo' only allowed a specific set of options to be
     overridden, which made it impossible to change attribute options related
     to extensions. Now we blacklist some options, and anything else is
     allowed. (doy, Tuomas Jormola)
 
-  * Removed the long-deprecated Moose::Meta::Role->alias_method metohd. (Dave
-    Rolsky).
-
   * Most features which have been declared deprecated now issue a warning using
     Moose::Deprecated. Warnings are issued once per calling package, not
     repeatedly. See Moose::Deprecated for information on how you can shut
@@ -24,6 +21,9 @@ for, noteworthy changes.
     be removed, so shutting up the warnings may not be the best idea. (Dave
     Rolsky)
 
+  * Removed the long-deprecated Moose::Meta::Role->alias_method method. (Dave
+    Rolsky).
+
   [NEW FEATURES]
 
   * We no longer unimport strict and warnings when Moose, Moose::Role, or