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
weierophinney committed Dec 14, 2017

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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
@@ -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`.

0 comments on commit 9dcaaad

Please sign in to comment.