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

Commit 3208cdd

Browse files
committed
Merge branch 'versions/2.5.5'
2.5.5 readiness
2 parents f0ca63f + 9d57412 commit 3208cdd

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
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.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

0 commit comments

Comments
 (0)