Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 9dcaaad

Browse files
committed
Updates CHANGELOG with entry for PluginManager::get() update
1 parent 3c55ee9 commit 9dcaaad

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file, in reverse chronological order by release.
44

5-
## 2.7.13 - TBD
5+
## 2.7.13 - 2017-12-14
66

77
### Added
88

@@ -18,6 +18,10 @@ All notable changes to this project will be documented in this file, in reverse
1818

1919
### Fixed
2020

21+
- Updates the `Zend\Mvc\Controller\PluginManager::get()` signature to match
22+
that of `Zend\ServiceManager\AbstractPluginManager::get()`, and thus ensure
23+
compatibility when running under PHP 7.2.
24+
2125
- [#234](https://github.com/zendframework/zend-mvc/pull/234) fixes docblock
2226
annotations in `AbstractActionController::indexAction` and `notFoundAction` to
2327
indicate they return a `ViewModel|ConsoleModel` and not `array`.

0 commit comments

Comments
 (0)