From 83e8d98b9915de76c659ce27d683c02a0f99fa90 Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Mon, 23 Jan 2017 05:53:24 +0100 Subject: [PATCH] 1.3.10 release notes --- CHANGELOG.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61c56ffb..cc62a757 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. -## 1.3.10 - TBD +## 1.3.11 - TBD ### Added @@ -20,6 +20,27 @@ All notable changes to this project will be documented in this file, in reverse - Nothing. +## 1.3.10 - 2017-01-23 + +### Added + +- Nothing. + +### Deprecated + +- Nothing. + +### Removed + +- Nothing. + +### Fixed + +- [#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. + ## 1.3.9 - 2017-01-17 ### Added