From db308cd36d3e563de48a383323c14de8140b9c52 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Fri, 12 Feb 2016 10:26:46 -0600 Subject: [PATCH] Added CHANGELOG for #73 --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index deafa3df2..0f3dbc1a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. -## 2.6.1 - TBD +## 2.6.1 - 2016-02-12 ### Added @@ -18,7 +18,11 @@ All notable changes to this project will be documented in this file, in reverse ### Fixed -- Nothing. +- [#73](https://github.com/zendframework/zend-cache/pull/73) fixes how the + `EventManager` instance is lazy-instantiated in + `Zend\Cache\Storage\Adapter\AbstractAdapter::getEventManager()`. In 2.6.0, it + was using the v3-specific syntax; it now uses syntax compatible with both v2 + and v3. ## 2.6.0 - 2016-02-11