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

Commit

Permalink
Added CHANGELOG for #156
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Apr 26, 2017
1 parent 62e409b commit 6143f13
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 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.10.1 - TBD
## 2.10.1 - 2017-04-26

### Added

Expand All @@ -27,6 +27,11 @@ All notable changes to this project will be documented in this file, in reverse
- [#136](https://github.com/zendframework/zend-form/pull/136) fixes how error
messages are provided when an element uses a required `ArrayInput`, but no
values are submitted. Previously, no messages were returned; now they are.
- [#156](https://github.com/zendframework/zend-form/pull/156) fixes how elements
that act as `InputProvider`s are merged into parent `CollectionInputFilter`s;
previously, forms did not check if the element was in the target input filter
composed in a `CollectionInputFilter`, leading to duplicate elements with
varying behavior; now the inputs are correctly merged.

## 2.10.0 - 2017-02-23

Expand Down

0 comments on commit 6143f13

Please sign in to comment.