From 10950581e522602b950ad4c13e1483c41ceeb888 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Thu, 27 Apr 2017 09:34:37 -0500 Subject: [PATCH] Added CHANGELOG for #229 --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc9026c57..188408ae8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,11 @@ All notable changes to this project will be documented in this file, in reverse ### Removed -- Nothing. +- [#229](https://github.com/zendframework/zend-mvc/pull/229) removes the + zend-version package from the `require-dev` and `suggest` sections of + `composer.json`, and updates the `RouteNotFoundStrategy::getConsoleBanner()` + method to no longer use the version constant. Since zend-version has had no + real meaning since the 2.5 release, this removes ambiguity for end-users. ### Fixed