From ffbf29ceb92a9223b8383ea2b021b242591141d2 Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Thu, 5 Jan 2017 23:22:10 +0100 Subject: [PATCH] 1.3.2 release notes --- CHANGELOG.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f14767..fce5353 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ 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. -## 1.3.2 - TBD +## 1.3.3 - TBD ### Added @@ -24,6 +24,28 @@ details. - Nothing. +## 1.3.2 - 2017-01-05 + +### Added + +- Nothing. + +### Deprecated + +- Nothing. + +### Removed + +- Nothing. + +### Fixed + +- [#95](https://github.com/zendframework/zend-stratigility/pull/95) fixes an + issue with how the `$err` is dealt with. Specifically, if an error arises, + then subsequent middlewares should be dispatched as callables. Without this + fix, stratigility would simply continue dispatching middlewares, ignoring + the failing ones. + ## 1.3.1 - 2016-11-10 ### Added