Add rt ticket for fixed bug
Dave Rolsky [Fri, 16 Sep 2011 14:57:50 +0000 (09:57 -0500)]
Changes

diff --git a/Changes b/Changes
index 8208be3..6546bd6 100644 (file)
--- a/Changes
+++ b/Changes
@@ -40,7 +40,8 @@ for, noteworthy changes.
 
   * When specifying an attribute trait, passing options for the trait besides
     -alias or -excludes caused a warning. However, passing other options is
-    totally valid when using MooseX::Role::Parameterized. (sartak)
+    totally valid when using MooseX::Role::Parameterized. Fixes RT
+    #70419. (sartak)
 
   * Allow regexp objects in duck_type constraints (to bring this in line with
     the Object constraint).