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

Commit c8698fb

Browse files
committed
Created CHANGELOG for #7
1 parent 480e4d3 commit c8698fb

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## 2.5.2 - TBD
5+
## 2.5.2 - 2015-07-28
66

77
### Added
88

@@ -21,4 +21,8 @@ All notable changes to this project will be documented in this file, in reverse
2121

2222
### Fixed
2323

24-
- Nothing.
24+
- [#7](https://github.com/zendframework/zend-inputfilter/pull/7) fixes an issue
25+
with the combination of `required` and `allow_empty`, now properly
26+
invalidating a data set if the `required` input is missing entirely
27+
(previously, it would consider the data set valid, and auto-initialize the
28+
missing input to `null`).

0 commit comments

Comments
 (0)