Revert "make re-applying a role to an object instance a no-op."
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index dd15858..2493181 100644 (file)
--- a/Changes
+++ b/Changes
@@ -26,12 +26,6 @@ Revision history for Perl extension Moose
       - Allow a subclass to set lazy_build for an inherited
         attribute. (Dieter Pearcey).
 
-    * Moose::Meta::Role::Application::ToInstance
-      - Attempting to apply the same role to an object repeatedly is
-        now a no-op after the first application. Previously, doing
-        this to an object instance eventually caused recursion
-        warnings from Perl. Reported by Curtis Poe. RT #43904.
-
 0.72 Mon, February 23, 2009
     * Moose::Object
     * Moose::Meta::Method::Constructor