Move t0m's changelog entry into the right spot
Shawn M Moore [Sun, 10 May 2009 03:32:48 +0000 (23:32 -0400)]
Changes

diff --git a/Changes b/Changes
index 9cadfa7..4427154 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,10 +1,6 @@
 Also see Moose::Manual::Delta for more details of, and workarounds
 for, noteworthy changes.
 
-    * Moose::Meta::Class
-      - Fix metaclass incompatibility errors when extending a vanilla perl
-        class which isa Moose class with a metaclass role applied (t0m)
-
 0.78
     * Moose::Cookbook::FAQ and Moose::Cookbook::WTF
       - Merged these documents into what is now Moose::Manual::FAQ
@@ -28,6 +24,10 @@ for, noteworthy changes.
       - Track the Role::Application objects created during class-role
         consumption (Sartak)
 
+    * Moose::Meta::Class
+      - Fix metaclass incompatibility errors when extending a vanilla perl
+        class which isa Moose class with a metaclass role applied (t0m)
+
 0.77 Sat, May 2, 2009
     * Moose::Meta::Role
       - Add explicit use of Devel::GlobalDestruction and Sub::Name