From 840e41d1984e8845c5539c769fedc5e7bb00a4d5 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Mon, 16 Apr 2018 13:22:03 -0500 Subject: [PATCH] Creates new CHANGELOG section for new 2.2.2 version, with notice for issue fixed in #169 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d24dde..a17884e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,30 @@ Versions prior to 1.0 were originally released as `phly/conduit`; please visit its [CHANGELOG](https://github.com/phly/conduit/blob/master/CHANGELOG.md) for details. +## 2.2.2 - 2018-04-16 + +### Added + +- Nothing. + +### Changed + +- Nothing. + +### Deprecated + +- Nothing. + +### Removed + +- Nothing. + +### Fixed + +- [#169](https://github.com/zendframework/zend-stratigility/pull/169) fixes an issue with how the PathMiddlewareDecorator attempts to truncate the path + when the path is matched case insensitively. Previously, an exception was incorrectly raised; + now it identifies and truncates correctly. + ## 2.2.1 - 2018-04-04 ### Added