From: Dave Rolsky Date: Sun, 19 Feb 2012 23:55:48 +0000 (-0600) Subject: Mention ticket associated with bug X-Git-Tag: 2.0500~87 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cae36b41faafb5ffc42aec401453dfb93d0a3edf;hp=865f5db63af1a0d2a4343c96067dcc3839fc4abb;p=gitmo%2FMoose.git Mention ticket associated with bug --- diff --git a/Changes b/Changes index 47474d2..d7918be 100644 --- a/Changes +++ b/Changes @@ -8,7 +8,7 @@ for, noteworthy changes. * Re-declaring a class_type or role_type constraint that has already been declared now just returns the original type constraint, rather than replacing the original constraint and ergo losing any coercions that were - on the original constraint. (t0m) + on the original constraint. Fixes RT #73289. (t0m) 2.0402 Sat, Feb 04, 2012