Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 443e523

Browse files
committed
Adds CHANGELOG entry for #231
1 parent 7d0cf83 commit 443e523

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ All notable changes to this project will be documented in this file, in reverse
2626
curly braces in array and string offset access to square brackets
2727
in order to prevent issues under the upcoming PHP 7.4 release.
2828

29+
- [#231](https://github.com/zendframework/zend-validator/pull/231) fixes validation of input hashes in `Zend\Validator\File\Hash` validator when provided as array.
30+
Only string hashes are allowed. If different type is provided `Zend\Validator\Exception\InvalidArgumentException` is thrown.
31+
2932
## 2.12.0 - 2019-01-30
3033

3134
### Added

0 commit comments

Comments
 (0)