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

Commit

Permalink
Updated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Slamdunk committed Dec 21, 2018
1 parent 88668bb commit ff6d38d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,15 @@ All notable changes to this project will be documented in this file, in reverse

### Fixed

- Nothing.
- [#175](https://github.com/zendframework/zend-inputfilter/pull/175) fixes a regression introduced in 2.9.0 when
overriding FileUpload default validator.

## 2.9.0 - 2018-12-17

### Added

- [#172](https://github.com/zendframework/zend-inputfilter/pull/172) adds support for PSR-7 `UploadedFileInterface` to `Zend\InputFilter\FileInput`.
It adds a new interface, `Zend\InputFilter\FileInput\FileInputDecoratorInterface`,
It adds a new interface, `Zend\InputFilter\FileInput\FileInputDecoratorInterface`,
which defines methods required for validating and filtering file uploads. It
also provides two implementations of it, one for standard SAPI file uploads,
and the other for PSR-7 uploads. The `FileInput` class does detection on the
Expand Down

0 comments on commit ff6d38d

Please sign in to comment.