From 6dcf9e760a6b476f3e9d80abbc9ce9c4aa921f9c Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Thu, 10 Oct 2019 12:38:20 -0500 Subject: [PATCH] docs: added entries for #372 to CHANGELOG --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57812e9c..187efdfb 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.5 - TBD +## 2.1.5 - 2019-10-10 ### Added @@ -22,7 +22,7 @@ All notable changes to this project will be documented in this file, in reverse ### Fixed -- Nothing. +- [#372](https://github.com/zendframework/zend-diactoros/pull/372) fixes issues that occur in the `Zend\Diactoros\Uri` class when invalid UTF-8 characters are present the user-info, path, or query string, ensuring they are URL-encoded before being consumed. Previously, such characters could result in a fatal error, which was particularly problematic when marshaling the request URI for an application request cycle. ## 2.1.4 - 2019-10-08