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