Fix changes for rebless_instance_back (it's not in the last release, duh)
Dave Rolsky [Mon, 4 Jan 2010 20:22:17 +0000 (14:22 -0600)]
Changes

diff --git a/Changes b/Changes
index 271f2cd..4e823c8 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,15 +1,15 @@
 Revision history for Perl extension Class-MOP.
 
+    * Class::MOP::Class
+      - Added rebless_instance_back, which does the inverse of
+        rebless_instance (doy, rafl).
+
 0.97_01 Mon, Jan 4, 2010
     * Various
       - Internal refactorings to move shared behavior into new "mixin"
         classes. This made adding some new features to Moose much
         easier. (Dave Rolsky)
 
-    * Class::MOP::Class
-      - Added rebless_instance_back, which does the inverse of
-        rebless_instance (doy, rafl).
-
 0.97 Fri, Dec 18, 2009
     * No code changes, just packaging fixes to make this distro installable.