Cannot accept an arrayref to pos_validated_list, since this can be confused with...
[gitmo/MooseX-Params-Validate.git] / ChangeLog
index 53842a7..0be8e11 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 Revision history for Perl extension MooseX-Params-Validate
 
+0.16 2011-01-29
+    - 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
       validation calls (like allow_extra for Params::Validate).