Fix changelog, reinit fix is in 0.97
Dave Rolsky [Tue, 9 Feb 2010 23:35:30 +0000 (17:35 -0600)]
Changes

diff --git a/Changes b/Changes
index f8b5ca7..036f271 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,10 @@
 Also see Moose::Manual::Delta for more details of, and workarounds
 for, noteworthy changes.
 
+0.97 Tue, Feb 9, 2010
+
+  [BUG FIXES]
+
   * 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