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

Commit

Permalink
Added CHANGELOG for #7
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Jan 18, 2016
1 parent 52b0f79 commit 197e6fb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit 197e6fb

Please sign in to comment.