Based on https://github.com/zendframework/zend-diactoros/releases/tag/2.1.1 (commit 60f8d9dd1c9aabc1bfab0b1b84d2532d45f8e69c in this repo)
Added
-----
- Nothing.
Changed
-------
- Nothing.
Deprecated
----------
- Nothing.
Removed
-------
- Nothing.
Fixed
-----
- [zendframework/zend-diactoros#349](https://github.com/zendframework/zend-diactoros/pull/349) fixes an issue when marshaling headers with values of `0` or `0` from the SAPI, ensuring they are detected and injected into the ServerRequest properly.