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

Commit

Permalink
Rewords CHANGELOG entry for #175
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Jan 7, 2019
1 parent 8ffcb5c commit 1f6725b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## 2.9.1 - TBD
## 2.9.1 - 2019-01-07

### Added

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

### Fixed

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

## 2.9.0 - 2018-12-17

Expand Down

0 comments on commit 1f6725b

Please sign in to comment.