From e96ef69d3ea0e4b085baed3cbafeefdaa2c38ba5 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Thu, 25 Feb 2016 12:19:11 -0600 Subject: [PATCH] Added CHANGELOG for #29 --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fadbe6..8a2d643 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,8 +25,9 @@ All notable changes to this project will be documented in this file, in reverse `ServiceListener` (as v3 has a dedicated method in the `Zend\ServiceManager\ConfigInterface` for retrieving it). -- [#12](https://github.com/zendframework/zend-modulemanager/pull/12) and - [#28](https://github.com/zendframework/zend-modulemanager/pull/28) update the +- [#12](https://github.com/zendframework/zend-modulemanager/pull/12), + [#28](https://github.com/zendframework/zend-modulemanager/pull/28), and + [#29](https://github.com/zendframework/zend-modulemanager/pull/29) update the component to be forwards-compatible with zend-eventmanager v3. Primarily, this involves: - Changing trigger calls to `triggerEvent()` and/or `triggerEventUntil()`, and