Fix changelog.
Florian Ragwitz [Wed, 10 Feb 2010 00:17:09 +0000 (01:17 +0100)]
Changes

diff --git a/Changes b/Changes
index d70ca89..f8b5ca7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,11 @@
 Also see Moose::Manual::Delta for more details of, and workarounds
 for, noteworthy changes.
 
+  * Calling ->reinitialize on a cached anonymous class destroyed the cache,
+    causing the class to go out of scope unexpectedly. This could easily
+    happen at a distance by applying a metarole to an anonymous class. (Dave
+    Rolsky).
+
 0.96 Sat, Feb 6, 2010
 
   [NEW FEATURES]
@@ -14,11 +19,6 @@ for, noteworthy changes.
   * ScalarRef now accepts references to other references. (Closes RT#50934)
     (Michael G. Schwern)
 
-  * Calling ->reinitialize on a cached anonymous class destroyed the cache,
-    causing the class to go out of scope unexpectedly. This could easily
-    happen at a distance by applying a metarole to an anonymous class. (Dave
-    Rolsky).
-
 0.95 Thu, Feb 4, 2010
 
   [NEW FEATURES]