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

Commit

Permalink
Adds CHANGELOG entries for #279
Browse files Browse the repository at this point in the history
New 2.7.14 release.
  • Loading branch information
weierophinney committed May 2, 2018
1 parent 43cbba0 commit 7077532
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@

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

## 2.7.14 - 2018-05-02

### Added

- [#279](https://github.com/zendframework/zend-mvc/pull/279) provides support for PHP 7.1 and 7.2.

### Changed

- [#279](https://github.com/zendframework/zend-mvc/pull/279) changes the `Zend\Mvc\Controller\PluginManager` implementation to vary
based on zend-servicemanager major version detected in order to ensure the
signature of `get()` will be correct regardless of version.

### Deprecated

- Nothing.

### Removed

- [#279](https://github.com/zendframework/zend-mvc/pull/279) removes explicit support for PHP 5.5.
The code may, and likely will, continue to run on the 5.5 series, but we are
unable to continue testing it at this time as dependencies necessary for PHP
7.2 support have all bumped their minimum versions to PHP 5.6. If you use PHP
5.5, upgrade at your own risk.

### Fixed

- Nothing.

## 2.7.13 - 2017-12-14

### Added
Expand Down

0 comments on commit 7077532

Please sign in to comment.