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

Commit

Permalink
docs: adds CHANGELOG entry for #379
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Nov 13, 2019
1 parent 4d9905e commit de5847b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

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

## 2.2.1 - TBD
## 2.2.1 - 2019-11-13

### Added

- Nothing.

### Changed

- Nothing.
- [#379](https://github.com/zendframework/zend-diactoros/pull/379) removes extension of `SplFileInfo` by the `UploadedFile` class. The signatures of `getSize()` are potentially incompatible, and `UploadedFile` is intended to work with arbitrary PHP and PSR-7 streams, whereas `SplFileInfo` can only model files on the filesystem. While this is technically a BC break, we are treating it as a bugfix, as the class was broken for many use cases.

### Deprecated

Expand Down

0 comments on commit de5847b

Please sign in to comment.