From 443e52391b54800e3fb56ceed8cdb009df56bd4e Mon Sep 17 00:00:00 2001 From: webimpress Date: Sat, 12 Oct 2019 12:29:55 +0100 Subject: [PATCH] Adds CHANGELOG entry for #231 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b26432f95..b1343bad8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,9 @@ All notable changes to this project will be documented in this file, in reverse curly braces in array and string offset access to square brackets in order to prevent issues under the upcoming PHP 7.4 release. +- [#231](https://github.com/zendframework/zend-validator/pull/231) fixes validation of input hashes in `Zend\Validator\File\Hash` validator when provided as array. + Only string hashes are allowed. If different type is provided `Zend\Validator\Exception\InvalidArgumentException` is thrown. + ## 2.12.0 - 2019-01-30 ### Added