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 #57
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Mar 5, 2018
1 parent 6e167a0 commit e6c534d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,19 @@ All notable changes to this project will be documented in this file, in reverse
additional change: the constructor now defines an optional second argument, a
PHP callable capable of producing an empty PSR-7 `StreamInterface` instance.

- [#57](https://github.com/zendframework/zend-expressive-router/pull/57) adds
the following factories for use with PSR-11 containers:

- Zend\Expressive\Router\Middleware\DispatchMiddlewareFactory`
- Zend\Expressive\Router\Middleware\ImplicitHeadMiddlewareFactory`
- Zend\Expressive\Router\Middleware\ImplicitOptionsMiddlewareFactory`
- Zend\Expressive\Router\Middleware\RouteMiddlewareFactory`

- [#57](https://github.com/zendframework/zend-expressive-router/pull/57) adds
`Zend\Expressive\Router\ConfigProvider`, mapping the above factories to their
respective middleware, and exposing it to zend-component-installer via the
package definition.

### Changed

- Nothing.
Expand Down

0 comments on commit e6c534d

Please sign in to comment.