Include method name in immutable methods (fixes #49680)
[gitmo/Class-MOP.git] / Changes
diff --git a/Changes b/Changes
index b204afb..c84348d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -5,10 +5,11 @@ Next
       - Applied an MS VC++ compilation fix from Taro Nishino. RT #48072
 
     * Class::MOP
-      - The load_class function no longer returns a value, since it's return
-        value was confusing (either a metaclass object or a class name). It
-        either loads a class or dies trying. Addresses RT #45883. (Dave
-        Rolsky)
+      - 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, since there's no point in checking its return
+        value. Addresses RT #45883. (Dave Rolsky)
 
 0.92_01 Thu, Sep 10, 2009
     * Class::MOP::Package