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

Commit 1f6725b

Browse files
committed
Rewords CHANGELOG entry for #175
1 parent 8ffcb5c commit 1f6725b

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.9.1 - TBD
5+
## 2.9.1 - 2019-01-07
66

77
### Added
88

@@ -22,8 +22,11 @@ All notable changes to this project will be documented in this file, in reverse
2222

2323
### Fixed
2424

25-
- [#175](https://github.com/zendframework/zend-inputfilter/pull/175) fixes a regression introduced in 2.9.0 when
26-
overriding FileUpload default validator.
25+
- [#175](https://github.com/zendframework/zend-inputfilter/pull/175) fixes a regression introduced in 2.9.0 when overriding the default
26+
validator of a `FileInput`. 2.9.0 changed the default to use the
27+
fully-qualified class name of `Zend\Validator\File\Upload` as the service,
28+
instead of the previous 'fileuploadfile`; this release returns to the original
29+
behavior.
2730

2831
## 2.9.0 - 2018-12-17
2932

0 commit comments

Comments
 (0)