From a8d45689d37a9e4ff4b75ea0b7478fa3d4f9c089 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Thu, 3 May 2018 08:13:41 -0500 Subject: [PATCH] Adds 2.7.15 changelog, with entry for #245. --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19abea10d..f77fdfb5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,29 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. +## 2.7.15 - 2018-05-03 + +### Added + +- Nothing. + +### Changed + +- [#245](https://github.com/zendframework/zend-mvc/pull/245) moves the zend-console dependency from `require-dev` to `require`, as it is + a requirement of the `RequestFactory`, and removal of the package causes that factory to fail. + +### Deprecated + +- Nothing. + +### Removed + +- Nothing. + +### Fixed + +- Nothing. + ## 2.7.14 - 2018-05-02 ### Added