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

Commit c14c4e4

Browse files
committed
Merge branch 'versions/2.5.5' into develop
2.5.5 readiness
2 parents 6724a21 + 9d57412 commit c14c4e4

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

2121
- Nothing.
2222

23-
## 2.5.5 - TBD
23+
## 2.5.5 - 2015-09-03
2424

2525
### Added
2626

@@ -51,11 +51,11 @@ All notable changes to this project will be documented in this file, in reverse
5151
```php
5252
$input = new Input();
5353
$input->setAllowEmpty(true); // Disable BC Break logic related to treat `null` values as valid empty value instead *not set*.
54-
$input->setContinueIfEmpty(true); // Disable BC Break logic related to treat `null` values as valid empty value instead *not set*.
54+
$input->setContinueIfEmpty(true); // Disable BC Break logic related to treat `null` values as valid empty value instead *not set*.
5555
$input->getValidatorChain()->attach(
5656
new Zend\Validator\NotEmpty(),
5757
true // break chain on failure
58-
58+
5959
);
6060
```
6161

@@ -71,6 +71,9 @@ All notable changes to this project will be documented in this file, in reverse
7171
],
7272
];
7373
```
74+
- [Numerous fixes](https://github.com/zendframework/zend-inputfilter/milestones/2.4.8)
75+
aimed at bringing the functionality back to the pre-2.4 code, and improving
76+
quality overall of the component via increased testing and test coverage.
7477

7578
## 2.5.4 - 2015-08-11
7679

0 commit comments

Comments
 (0)