From d966a8a5237f3e317580a6e1cd13be19e1ed7d79 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Sat, 5 Jan 2019 14:20:35 -0600 Subject: [PATCH] Bumps changelog version to 2.1.2 --- CHANGELOG.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66f88519..59e11f37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. +## 2.1.2 - TBD + +### Added + +- Nothing. + +### Changed + +- Nothing. + +### Deprecated + +- Nothing. + +### Removed + +- Nothing. + +### Fixed + +- Nothing. + ## 2.1.1 - 2019-01-05 ### Added @@ -46,6 +68,29 @@ All notable changes to this project will be documented in this file, in reverse - Nothing. +## 2.0.3 - 2019-01-05 + +### Added + +- Nothing. + +### Changed + +- Nothing. + +### Deprecated + +- Nothing. + +### Removed + +- Nothing. + +### Fixed + +- [#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.0.2 - 2018-12-20 ### Added