From ae95b6d785a71313d9d4e1147df2cf65585384ea Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Mon, 13 Mar 2017 09:13:06 -0500 Subject: [PATCH] Added CHANGELOG for #467 --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 049c5df5..af60b4b6 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.0.2 - TBD +## 2.0.2 - 2017-03-13 ### Added @@ -18,7 +18,12 @@ All notable changes to this project will be documented in this file, in reverse ### Fixed -- Nothing. +- [#467](https://github.com/zendframework/zend-expressive/pull/467) fixes an + issue when passing invokable, duck-typed, interop middleware to the + application without registering it with the container. Prior to the patch, it + was incorrectly being decorated by + `Zend\Stratigility\Middleware\CallableMiddlewareWrapper` instead of + `Zend\Stratigility\Middleware\CallableInteropMiddlewareWrapper`. ## 2.0.1 - 2017-03-09