Based on https://github.com/zendframework/zend-diactoros/releases/tag/2.0.1 (commit 2ec9e9c9cb1b2bc9e1e8d779c5bf9ee380d89661 in this repo)
Added
-----
- Nothing.
Changed
-------
- Nothing.
Deprecated
----------
- Nothing.
Removed
-------
- Nothing.
Fixed
-----
- [zendframework/zend-diactoros#337](https://github.com/zendframework/zend-diactoros/pull/337) ensures that the `ServerRequestFactory::createServerRequest()` method
creates a `php://temp` stream instead of a `php::input` stream, in compliance
with the PSR-17 specification.