This repository was archived by the owner on Jan 30, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file, in reverse chronological order by release.
44
5- ## 2.5.5 - TBD
5+ ## 2.5.5 - 2015-09-03
66
77### Added
88
@@ -33,11 +33,11 @@ All notable changes to this project will be documented in this file, in reverse
3333 ``` php
3434 $input = new Input();
3535 $input->setAllowEmpty(true); // Disable BC Break logic related to treat `null` values as valid empty value instead *not set*.
36- $input->setContinueIfEmpty(true); // Disable BC Break logic related to treat `null` values as valid empty value instead *not set*.
36+ $input->setContinueIfEmpty(true); // Disable BC Break logic related to treat `null` values as valid empty value instead *not set*.
3737 $input->getValidatorChain()->attach(
3838 new Zend\Validator\NotEmpty(),
3939 true // break chain on failure
40-
40+
4141 );
4242 ```
4343
@@ -53,6 +53,9 @@ All notable changes to this project will be documented in this file, in reverse
5353 ],
5454 ];
5555 ```
56+ - [ Numerous fixes] ( https://github.com/zendframework/zend-inputfilter/milestones/2.4.8 )
57+ aimed at bringing the functionality back to the pre-2.4 code, and improving
58+ quality overall of the component via increased testing and test coverage.
5659
5760## 2.5.4 - 2015-08-11
5861
You can’t perform that action at this time.
0 commit comments