Tweak change bug description
[gitmo/Class-MOP.git] / Changes
diff --git a/Changes b/Changes
index 90f0b99..29c68f2 100644 (file)
--- a/Changes
+++ b/Changes
@@ -8,7 +8,20 @@ Next
       - The load_class function just returns true, since it's return value was
         confusing (either a metaclass object or a class name). It either loads
         a class or dies trying. In the future, this may change to not return
-        anything. Addresses RT #45883. (Dave Rolsky)
+        anything, since there's no point in checking its return
+        value. Addresses RT #45883. (Dave Rolsky)
+
+    * Class::MOP::Class::Trait::Immutable
+      - 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