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

Commit

Permalink
Adds CHANGELOG entries for #56
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Mar 1, 2018
1 parent b4cb691 commit 80b5f00
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,37 @@

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

## 2.4.0 - TBD

### Added

- Nothing.

### Changed

- Nothing.

### Deprecated

- [#56](https://github.com/zendframework/zend-expressive-router/pull/56)
deprecates the method `Zend\Expressive\RouteResult::getMatchedMiddleware()`,
as it will be removed in version 3. If you need access to the middleware,
use `getMatchedRoute()->getMiddleware()`. (In version 3, the `RouteResult`
_is_ middleware, and will proxy to it.)

- [#56](https://github.com/zendframework/zend-expressive-router/pull/56)
deprecates passing non-MiddlewareInterface instances to the constructor of
`Zend\Expressive\Route`. The class now triggers a deprecation notice when this
occurs, indicating the changes the developer needs to make.

### Removed

- Nothing.

### Fixed

- Nothing.

## 2.3.0 - 2018-02-01

### Added
Expand Down

0 comments on commit 80b5f00

Please sign in to comment.