Small tweaks to changes file
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index 3a44194..d0d78a3 100644 (file)
--- a/Changes
+++ b/Changes
@@ -18,7 +18,7 @@ for, noteworthy changes.
     fly. (sartak)
 
   * Specifying an invalid value in a hashref 'handles' value now throws a
-    sensible error (Dave Rolsky)
+    sensible error. Fixes RT #69990. (Dave Rolsky)
 
   [BUG FIXES]
 
@@ -27,20 +27,19 @@ for, noteworthy changes.
     totally valid when using MooseX::Role::Parameterized. (sartak)
 
   * Allow regexp objects in duck_type constraints (to bring this in line with
-    the Object constraint)
+    the Object constraint).
 
   [DEPRECATIONS]
 
   * The optimize_as option for type constraints has been deprecated. Use the
     inline_as option to provide inlining code instead. (Dave Rolsky)
 
-  * The Class::MOP::load_class and Class::MOP::is_class_loaded subroutines are
-    now deprecated. Moose now uses Class::Load to provide this functionality,
-    and you should as well. (Dave Rolsky)
+  [OTHER]
 
-  * The Class::MOP::load_first_existing_class subroutine is also
-    deprecated. This was removed from the docs a long time ago, but has never
-    actually been deprecated. (Dave Rolsky)
+  * The Class::MOP::load_class and Class::MOP::is_class_loaded subroutines are
+    no longer documented, and will cause a deprecation warning in the
+    future. Moose now uses Class::Load to provide this functionality, and you
+    should as well. (Dave Rolsky)
 
 2.0204 Thu, Aug 25, 2011