Move rafl's changes into the right section
Shawn M Moore [Wed, 15 Jul 2009 07:33:42 +0000 (03:33 -0400)]
Changes

diff --git a/Changes b/Changes
index 4fe62c7..4f105f7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,12 +1,6 @@
 Also see Moose::Manual::Delta for more details of, and workarounds
 for, noteworthy changes.
 
-    * Moose::Meta::Role
-      - Create metaclass attributes for the different role application classes.
-        (rafl)
-    * Moose::Util::MetaRole
-      - Allow applying roles to a meta role's role application classes. (rafl)
-
 0.88
     * Moose::Meta::Method::Accessor
       - No longer uses inline_slot_access in accessors, to support
@@ -18,6 +12,11 @@ for, noteworthy changes.
         being applied to master. All releases are done by a cabal member and
         merged from master to stable. This plan was devised by Yuval, blame
         him. (perigrin)
+    * Moose::Meta::Role
+      - Create metaclass attributes for the different role application classes.
+        (rafl)
+    * Moose::Util::MetaRole
+      - Allow applying roles to a meta role's role application classes. (rafl)
 
 0.87 Tue Jul 7, 2009
     * Moose::Meta::Method::Delegation