Revert "add a warning for immutablizing a class with mutable ancestors"
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index fb1a23e..d93c0c5 100644 (file)
--- a/Changes
+++ b/Changes
@@ -55,9 +55,6 @@ Next
       - If you try to wrap/export a subroutine which doesn't actually exist,
         Moose::Exporter will warn you about this. (doy)
 
-    * Moose::Meta::Class
-      - Warn when calling make_immutable on a class with mutable ancestors.
-        (doy)
 
     * Moose::Meta::Role::Application::ToRole
       - When a role aliased a method from another role, it was only getting