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

Commit

Permalink
Adds CHANGELOG for #131
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Nov 7, 2017
1 parent 0bde4d0 commit d3818da
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## 2.7.5 - TBD
## 2.7.5 - 2017-11-07

### Added

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

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

## 2.7.4 - 2017-05-18

### Added
Expand Down

0 comments on commit d3818da

Please sign in to comment.