Make change log message clearer
[gitmo/MooseX-Params-Validate.git] / ChangeLog
index 53842a7..7988d04 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 Revision history for Perl extension MooseX-Params-Validate
 
+    - Fix tests that broke with new hash randomization in 5.17.6. (Dagfinn
+      Ilmari MannsÃ¥ker)
+
+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).