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