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 #151
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Nov 7, 2017
1 parent a89aec2 commit 628b408
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ All notable changes to this project will be documented in this file, in reverse

### Fixed

- [#151](https://github.com/zendframework/zend-inputfilter/pull/151) fixes an
issue in `Factory::createInput()` introduced in
[#2](https://github.com/zendframework/zend-inputfilter/pull/2) whereby an
input pulled from the input filter manager would be injected with the default
filter and validator chains, overwriting any chains that were set during
instantiation and/or `init()`. They are now never overwritten.

- [#149](https://github.com/zendframework/zend-inputfilter/pull/149) fixes an
issue with how error messages for collection input field items were reported;
previously, as soon as one item in the collection failed, the same validation
Expand Down

0 comments on commit 628b408

Please sign in to comment.