Small tweaks to changes file
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index 683d862..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,7 +27,7 @@ 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]