Fix the anon class cache bug fix description to be more accurate
Dave Rolsky [Wed, 24 Feb 2010 00:12:47 +0000 (18:12 -0600)]
Changes

diff --git a/Changes b/Changes
index bdeb51a..f63a51b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -21,10 +21,10 @@ for, noteworthy changes.
 
   [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
-    Rolsky).
+  * Calling ->reinitialize on a cached anonymous class effectively uncached
+    the metaclass object, causing the metaclass 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