So apparently the case I thought could never happen _does_ happen.
[gitmo/Class-MOP.git] / Changes
diff --git a/Changes b/Changes
index 95d1a5b..2c5f1f5 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 Revision history for Perl extension Class-MOP.
 
-Next
+0.93
     * mop.c
       - Applied an MS VC++ compilation fix from Taro Nishino. RT #48072
 
@@ -15,6 +15,14 @@ Next
       - When throwing an error because of an immutable method, include that
         method's name. Addresses RT #49680. (Shawn M Moore)
 
+    * Class::MOP::Package
+      - Adding the same sub reference to multiple packages failed to update
+        the method map properly. RT #48985. Reported by Paul Mooney. (Dave
+        Rolsky)
+      - The get_method_map method is now private (and called as
+        _full_method_map or _method_map). The public version is available as a
+        deprecated method. (Dave Rolsky)
+
 0.92_01 Thu, Sep 10, 2009
     * Class::MOP::Package
       - Backwards compatibility tweaks to XS for 5.8.1. (Goro Fuji)