From: Dave Rolsky Date: Tue, 6 Sep 2011 04:30:45 +0000 (-0500) Subject: Small tweaks to changes file X-Git-Tag: 2.0300~80 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=02ad49e568a6b3abab0f10abf048d1c87eaa44fc;p=gitmo%2FMoose.git Small tweaks to changes file --- diff --git a/Changes b/Changes index 683d862..d0d78a3 100644 --- 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]