Move changes to the right place
Dave Rolsky [Sun, 13 Sep 2009 15:49:20 +0000 (10:49 -0500)]
Changes

diff --git a/Changes b/Changes
index 5d4c68a..aee1607 100644 (file)
--- a/Changes
+++ b/Changes
@@ -27,6 +27,12 @@ Next
     * Moose::Meta::Role
       - Add more hooks to customize how roles are applied.
 
+    * Moose::Meta::Method::Delegation
+      - fixed delegated methods to make sure that any modifiers
+        attached to the accessor being delegated on will be
+        called (Stevan)
+        - added tests for this (Stevan)
+
 0.89_02 Thu, Sep 10, 2009
     * Moose::Meta::Attribute::Native
       - Fix Hash, which still had 'empty' instead of 'is_empty'. (hdp)
@@ -85,12 +91,6 @@ Next
         with_meta, throw a warning and skip the exporting, rather than
         installing a broken sub. (doy)
 
-    * Moose::Meta::Method::Delegation
-      - fixed delegated methods to make sure that any modifiers
-        attached to the accessor being delegated on will be
-        called (Stevan)
-        - added tests for this (Stevan)
-
 0.89 Thu Aug 13, 2009
     * Moose::Manual::Attributes
       - Clarify "is", include discussion of "bare". (Sartak)