From b18a6914553ac2d06253a1696a5b0bf9c653eab6 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Thu, 30 Jun 2016 15:13:17 -0500 Subject: [PATCH] Added CHANGELOG for #161 --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 294215ed9..2ba470eb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,9 @@ All notable changes to this project will be documented in this file, in reverse ### Fixed -- Nothing. +- [#161](https://github.com/zendframework/zend-mvc/pull/161) fixes the + `DispatchListener::marshalBadControllerEvent()` method to allow either + `Throwable` or `Exception` types for the `$exception` argument. ## 3.0.1 - 2016-06-23