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

Commit 0ee288b

Browse files
committed
Added CHANGELOG for #22
1 parent 2686225 commit 0ee288b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ All notable changes to this project will be documented in this file, in reverse
1818

1919
### Fixed
2020

21+
- [#22](https://github.com/zendframework/zend-inputfilter/pull/22) adds tests to
22+
verify two conditions around inputs with fallback values:
23+
- If the input was not in the data set, it should not be represented in either
24+
the list of valid *or* invalid inputs.
25+
- If the input *was* in the data set, but empty, it should be represented in
26+
the list of valid inputs.
2127
- [#31](https://github.com/zendframework/zend-inputfilter/pull/31) updates the
2228
`InputFilterInterface::add()` docblock to match existing, shipped implementations.
2329
- [#25](https://github.com/zendframework/zend-inputfilter/pull/25) updates the

0 commit comments

Comments
 (0)