From 3fc4522c8323b859575310b0afb09e286297970a Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Mon, 29 Apr 2019 16:09:15 -0500 Subject: [PATCH] Adds CHANGELOG entry for #355 --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59e11f37..00531ba4 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.2 - TBD +## 2.1.2 - 2019-04-29 ### Added @@ -22,7 +22,8 @@ All notable changes to this project will be documented in this file, in reverse ### Fixed -- Nothing. +- [#355](https://github.com/zendframework/zend-diactoros/pull/355) adds `phpdbg` to the list of accepted non-SAPI enviornments for purposes + of calling `UploadedFile::moveTo()`. ## 2.1.1 - 2019-01-05