From 5bd9b2f4aa4887a9a2c5f68a45604226762abbe1 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Mon, 20 Mar 2017 13:05:07 -0500 Subject: [PATCH] Added CHANGELOG for #112 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 440727b8..487f38c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,9 @@ All notable changes to this project will be documented in this file, in reverse - [#104](https://github.com/zendframework/zend-view/pull/104) fixes the `@method` annotation for the `Placeholder` view helper to use the correct case, fixing issues with method completion in IDEs. +- [#112](https://github.com/zendframework/zend-view/pull/112) fixes an issue in + the `PhpRendererStrategy` whereby absence of a response instance in the + `ViewEvent` would lead to a fatal error. ## 2.8.1 - 2016-06-30