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

Commit

Permalink
Updates CHANGELOG with entry for PluginManager::get() update
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Dec 14, 2017
1 parent 3c55ee9 commit 9dcaaad
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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`.
Expand Down

0 comments on commit 9dcaaad

Please sign in to comment.