Actually implemented public get_method_map for back-compat, and made sure all its...
[gitmo/Class-MOP.git] / Changes
diff --git a/Changes b/Changes
index fd3a83d..507c3e1 100644 (file)
--- a/Changes
+++ b/Changes
@@ -20,9 +20,7 @@ Next
         failed to update the method map properly. RT #48985. Reported by Paul
         Mooney. (Dave Rolsky)
       - The get_method_map method is now private. The public version is
-        available as a deprecated method, but the values of the hash reference
-        may now be either Class::MOP::Method objects _or_ raw sub
-        references. (Dave Rolsky)
+        available as a deprecated method. (Dave Rolsky)
 
 0.92_01 Thu, Sep 10, 2009
     * Class::MOP::Package