From 197e6fbc8439ab5105c8d2343089f66aa5f04955 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Mon, 18 Jan 2016 13:50:17 -0600 Subject: [PATCH] Added CHANGELOG for #7 --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25ee783..fb4c77b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. -## 1.5.0 - TBD +## 2.0.0 - TBD ### Added @@ -14,7 +14,11 @@ All notable changes to this project will be documented in this file, in reverse ### Removed -- Nothing. +- [#7](https://github.com/zendframework/zend-expressive-helpers/pull/7) removes + the `RouteResultObserverInterface` implementation from `UrlHelper`. This also + means that the `UrlHelperMiddleware` no longer registers the `UrlHelper` as a + route result observer, but instead just injects it with the `RouteResult` + present as a request attribute, if any. ### Fixed