Changes for 0.16
Dave Rolsky [Sat, 29 Jan 2011 17:30:20 +0000 (11:30 -0600)]
ChangeLog

index 53842a7..f07086f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 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.
+
 0.15 2010-11-29
     - Add MX_PARAMS_VALIDATE_ALLOW_EXTRA which allows extra parameters in
       validation calls (like allow_extra for Params::Validate).