From: Dave Rolsky Date: Sat, 29 Jan 2011 17:36:12 +0000 (-0600) Subject: Fix Changes X-Git-Tag: v0.16~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a3a3bbfe7e0fea290222246ff1f0adb838b1ebb3;p=gitmo%2FMooseX-Params-Validate.git Fix Changes --- diff --git a/ChangeLog b/ChangeLog index f07086f..0be8e11 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,8 @@ Revision history for Perl extension MooseX-Params-Validate 0.16 2011-01-29 - - All the validation methods now accept both a hash (or array) and a - reference. + - The validated_list and validated_hash functions now accept the values to + be validated as both a hash and a hash reference. 0.15 2010-11-29 - Add MX_PARAMS_VALIDATE_ALLOW_EXTRA which allows extra parameters in