Based on https://github.com/zendframework/zend-diactoros/releases/tag/2.1.3 (commit 2a4abba02ce73f1d45689ada567ef4d2a6da0e16 in this repo)
Added
-----
- Nothing.
Changed
-------
- Nothing.
Deprecated
----------
- Nothing.
Removed
-------
- Nothing.
Fixed
-----
- [zendframework/zend-diactoros#363](https://github.com/zendframework/zend-diactoros/issues/363) modifies detection of HTTPS schemas via the `$_SERVER['HTTPS']` value
such that an empty HTTPS-key will result in a scheme of `http` and not
`https`.