Put deprecations first in the Changes listing
Dave Rolsky [Fri, 16 Sep 2011 14:14:00 +0000 (09:14 -0500)]
Changes

diff --git a/Changes b/Changes
index 2a67ba8..8208be3 100644 (file)
--- a/Changes
+++ b/Changes
@@ -3,6 +3,11 @@ for, noteworthy changes.
 
 {{$NEXT}}
 
+  [DEPRECATIONS]
+
+  * The optimize_as option for type constraints has been deprecated. Use the
+    inline_as option to provide inlining code instead. (Dave Rolsky)
+
   [ENHANCEMENTS]
 
   * The Moose::Exporter module now has a "meta_lookup" option when creating an
@@ -11,11 +16,6 @@ for, noteworthy changes.
     MooseX::Role::Parameterized which generate new metaclasses on the
     fly. (sartak)
 
-  [DEPRECATIONS]
-
-  * The optimize_as option for type constraints has been deprecated. Use the
-    inline_as option to provide inlining code instead. (Dave Rolsky)
-
   [OTHER]
 
   * The Class::MOP::load_class and Class::MOP::is_class_loaded subroutines are