From c3c330192bc9cc51b7e9ce968ff721dc32ffa986 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Sat, 5 Jan 2019 14:13:23 -0600 Subject: [PATCH] Adds CHANGELOG entry for #349 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f9336a4..66f88519 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. -## 2.1.1 - TBD +## 2.1.1 - 2019-01-05 ### Added @@ -22,7 +22,7 @@ All notable changes to this project will be documented in this file, in reverse ### Fixed -- Nothing. +- [#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. ## 2.1.0 - 2018-12-20