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

Commit 2f677bc

Browse files
committed
Adds CHANGELOG for #187
1 parent 52a1bef commit 2f677bc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ All notable changes to this project will be documented in this file, in reverse
2929
zend-session requirement (during development, and in the suggestions) to 2.8+,
3030
to ensure compatibility with the upcoming PHP 7.2 release.
3131

32+
- [#187](https://github.com/zendframework/zend-validator/pull/187) updates the
33+
`Between` validator to **require** that both a `min` and a `max` value are
34+
provided to the constructor, and that both are of the same type (both
35+
integer/float values and/or both string values). This fixes issues that could
36+
previously occur when one or the other was not set, but means an exception
37+
will now be raised during instantiation (versus runtime during `isValid()`).
38+
3239
### Deprecated
3340

3441
- Nothing.

0 commit comments

Comments
 (0)