Changes organization cleanup
Dave Rolsky [Mon, 19 Sep 2011 04:28:22 +0000 (23:28 -0500)]
Changes

diff --git a/Changes b/Changes
index 33bf18d..9096875 100644 (file)
--- a/Changes
+++ b/Changes
@@ -3,13 +3,6 @@ for, noteworthy changes.
 
 {{$NEXT}}
 
-  [API CHANGES]
-
-  * Methods to introspect a class's methods will now return methods defined in
-    UNIVERSAL (isa, can, etc.). This also means that you can wrap these
-    methods with method modifiers. RT #69839. Reported by Vyacheslav
-    Matyukhin. (Dave Rolsky)
-
   [DEPRECATIONS]
 
   * The optimize_as option for type constraints has been deprecated. Use the
@@ -17,6 +10,11 @@ for, noteworthy changes.
 
   [API CHANGES]
 
+  * Methods to introspect a class's methods will now return methods defined in
+    UNIVERSAL (isa, can, etc.). This also means that you can wrap these
+    methods with method modifiers. RT #69839. Reported by Vyacheslav
+    Matyukhin. (Dave Rolsky)
+
   * The ->parent and ->parents method for a union now return the nearest
     common ancestor of that union's component types. See Moose::Manual::Delta
     for more details. (Dave Rolsky)