Skip to content

2.2.0

@weierophinney weierophinney tagged this 12 Nov 17:26
Based on https://github.com/zendframework/zend-diactoros/releases/tag/2.2.0 (commit 59ec3429651d4f1d54ad9e35c2e593cc6d38d273 in this repo)

Added
-----

- [zendframework/zend-diactoros#376](https://github.com/zendframework/zend-diactoros/pull/376) adds support for using the X-Forwarded-Host header for determining the originally requested host name when marshaling the server request.

Changed
-------

- [zendframework/zend-diactoros#378](https://github.com/zendframework/zend-diactoros/pull/378) updates the `UploadedFile` class to extend `SplFileInfo`, allowing developers to make use of those features in their applications.

Deprecated
----------

- Nothing.

Removed
-------

- Nothing.

Fixed
-----

- Nothing.
Assets 2