diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f859195c..c3407dab6 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.13 - TBD +## 2.7.13 - 2017-12-14 ### Added @@ -18,6 +18,10 @@ All notable changes to this project will be documented in this file, in reverse ### Fixed +- Updates the `Zend\Mvc\Controller\PluginManager::get()` signature to match + that of `Zend\ServiceManager\AbstractPluginManager::get()`, and thus ensure + compatibility when running under PHP 7.2. + - [#234](https://github.com/zendframework/zend-mvc/pull/234) fixes docblock annotations in `AbstractActionController::indexAction` and `notFoundAction` to indicate they return a `ViewModel|ConsoleModel` and not `array`.