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

Commit 8729b71

Browse files
committed
Added CHANGELOG for #174
1 parent d2b5636 commit 8729b71

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ All notable changes to this project will be documented in this file, in reverse
2222
`Zend\Validator\File\MimeType` "closes" the open FileInfo handle for the file
2323
being validated, using `unset()` instead of `finfo_close()`; this resolves a
2424
segfault that occurs on older PHP versions.
25+
- [#174](https://github.com/zendframework/zend-validator/pull/174) fixes how
26+
`Zend\Validator\Between` handles two situations: (1) when a non-numeric value
27+
is validated against numeric min/max values, and (2) when a numeric value is
28+
validated against non-numeric min/max values. Previously, these incorrectly
29+
validated as true; now they are marked invalid.
2530

2631
## 2.9.1 - 2017-05-17
2732

0 commit comments

Comments
 (0)