Based on https://github.com/zendframework/zend-diactoros/releases/tag/2.0.3 (commit 2dc05f04d37c117298ea32838bcff49ac9bc6aa3 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.