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

Commit d3818da

Browse files
committedNov 7, 2017
Adds CHANGELOG for #131
1 parent 0bde4d0 commit d3818da

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed
 

‎CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file, in reverse chronological order by release.
44

5-
## 2.7.5 - TBD
5+
## 2.7.5 - 2017-11-07
66

77
### Added
88

@@ -30,6 +30,14 @@ All notable changes to this project will be documented in this file, in reverse
3030
previously, as soon as one item in the collection failed, the same validation
3131
message was propagated to all other items. This is now resolved.
3232

33+
- [#131](https://github.com/zendframework/zend-inputfilter/pull/131) fixes a
34+
regression introduced in version 2.2.6 within
35+
`BaseInputFilter::setValidatorGroup()` whereby it began emitting exceptions if
36+
a given input was not an input filter. This raises issues when mixing input
37+
filters and inputs in the same validator group specification, as you will
38+
generally provide the input names as keys instead of values. The patch provide
39+
ensures both styles work going forwards.
40+
3341
## 2.7.4 - 2017-05-18
3442

3543
### Added

0 commit comments

Comments
 (0)
This repository has been archived.