From: Dave Rolsky <autarch@urth.org>
Date: Wed, 24 Feb 2010 00:12:47 +0000 (-0600)
Subject: Fix the anon class cache bug fix description to be more accurate
X-Git-Tag: 0.99~4
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3bc0dd293c75fcb2a1d0dfe913dc91efda89832a;p=gitmo%2FMoose.git

Fix the anon class cache bug fix description to be more accurate
---

diff --git a/Changes b/Changes
index bdeb51a..f63a51b 100644
--- 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