From: Dave Rolsky Date: Thu, 18 Mar 2010 05:06:04 +0000 (-0500) Subject: Add changes for 0.14 X-Git-Tag: 0.14~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cbd8a41878f1f9aedcaa669a4d2c3f5c4d44f9ed;p=gitmo%2FMooseX-Params-Validate.git Add changes for 0.14 --- diff --git a/ChangeLog b/ChangeLog index 9ba422b..da4ee72 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ Revision history for Perl extension MooseX-Params-Validate -0.13 Sun., Nov. 29, 2009 +0.14 Sun. Mar. 18, 2010 + - The validated_hash method failed when called on in an overloaded + stringify method. Patch by Ian Sillitoe. RT #52565. + + +0.13 Sun. Nov. 29, 2009 - Fix so that validated_hash does not try to coerce optional parameters which are not present. Patch by Ian Sillitoe.