From 8ec53caee5e3eb4b99f0e23deb2c0d27ea82454e Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Mon, 27 Nov 2017 16:34:07 -0600 Subject: [PATCH] Adds CHANGELOG entry for #205 --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a867c45..8910e6c2 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.7.9 - TBD +## 2.7.9 - 2017-11-27 ### Added @@ -18,7 +18,12 @@ All notable changes to this project will be documented in this file, in reverse ### Fixed -- Nothing. +- [#205](https://github.com/zendframework/zend-servicemanager/pull/205) fixes + how the `AbstractPluginManager` handles repeated retrievals of the same + service when instance options are provided and the service is marked as + "shared". Previously, it incorrectly would return the first instance + retrieved; with this release, no instance created with instance options is + ever shared. ## 2.7.8 - 2016-12-19