1.3.10
Based on https://github.com/zendframework/zend-diactoros/releases/tag/1.3.10 (commit f6de2b0449e913d020cd6e78959e098595340d2a in this repo) Added ----- - Nothing. Deprecated ---------- - Nothing. Removed ------- - Nothing. Fixed ----- - [zendframework/zend-diactoros#226](https://github.com/zendframework/zend-diactoros/pull/226) fixed an issue with the `SapiStreamEmitter` causing the response body to be cast to `(string)` and also be read as a readable stream, potentially producing double output.