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

Commit 1e24b57

Browse files
committed
Adds CHANGELOG for #135
1 parent 49d32f0 commit 1e24b57

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
@@ -6,6 +6,12 @@ All notable changes to this project will be documented in this file, in reverse
66

77
### Added
88

9+
- [#135](https://github.com/zendframework/zend-inputfilter/pull/135) adds
10+
`Zend\InputFilter\OptionalInputFilter`, which allows defining optional sets of
11+
data. This acts like a standard input filter, but is considered valid if no
12+
data, `null` data, or empty data sets are provided to it; if a non-empty data
13+
set is provided, it will run normal validations.
14+
915
- [#142](https://github.com/zendframework/zend-inputfilter/pull/142) adds
1016
support for PHP 7.2.
1117

0 commit comments

Comments
 (0)