make sure to clear the stash when anon classes are removed explicitly
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index 9096875..cbaa4fc 100644 (file)
--- a/Changes
+++ b/Changes
@@ -64,6 +64,9 @@ for, noteworthy changes.
     class that the class type represents when the class type wasn't registered.
     (doy)
 
+  * Removing anonymous metaclasses prematurely no longer prevents reaping of
+    the associated stash. (doy)
+
   [OTHER]
 
   * The Class::MOP::load_class and Class::MOP::is_class_loaded subroutines are