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

Commit 7077532

Browse files
committed
Adds CHANGELOG entries for #279
New 2.7.14 release.
1 parent 43cbba0 commit 7077532

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
22

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

5+
## 2.7.14 - 2018-05-02
6+
7+
### Added
8+
9+
- [#279](https://github.com/zendframework/zend-mvc/pull/279) provides support for PHP 7.1 and 7.2.
10+
11+
### Changed
12+
13+
- [#279](https://github.com/zendframework/zend-mvc/pull/279) changes the `Zend\Mvc\Controller\PluginManager` implementation to vary
14+
based on zend-servicemanager major version detected in order to ensure the
15+
signature of `get()` will be correct regardless of version.
16+
17+
### Deprecated
18+
19+
- Nothing.
20+
21+
### Removed
22+
23+
- [#279](https://github.com/zendframework/zend-mvc/pull/279) removes explicit support for PHP 5.5.
24+
The code may, and likely will, continue to run on the 5.5 series, but we are
25+
unable to continue testing it at this time as dependencies necessary for PHP
26+
7.2 support have all bumped their minimum versions to PHP 5.6. If you use PHP
27+
5.5, upgrade at your own risk.
28+
29+
### Fixed
30+
31+
- Nothing.
32+
533
## 2.7.13 - 2017-12-14
634

735
### Added

0 commit comments

Comments
 (0)