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

Commit cb542ef

Browse files
committed
Adds CHANGELOG entries for #554
1 parent a214e25 commit cb542ef

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,13 @@ All notable changes to this project will be documented in this file, in reverse
1212
capable of producing an empty, writable PSR-7 `StreamInterface` instance using
1313
zend-diactoros. The stream produced is backed by a `php://temp` stream.
1414

15-
- [#551](https://github.com/zendframework/zend-expressive/pull/551) adds
15+
- [#551](https://github.com/zendframework/zend-expressive/pull/551) and
16+
[#554](https://github.com/zendframework/zend-expressive/pull/554) add
1617
the following constants under the `Zend\Expressive` namespace:
1718

1819
- `DEFAULT_DELEGATE` can be used to refer to the former `DefaultDelegate` FQCN service.
20+
- `IMPLICIT_HEAD_MIDDLEWARE` can be used to refer to the former `Zend\Expressive\Router\Middleware\ImplicitHeadMiddleware` service.
21+
- `IMPLICIT_OPTIONS_MIDDLEWARE` can be used to refer to the former `Zend\Expressive\Router\Middleware\ImplicitOPTIONSMiddleware` service.
1922
- `NOT_FOUND_MIDDLEWARE` can be used to refer to the former `Zend\Expressive\Middleware\NotFoundMiddleware` service.
2023
- `NOT_FOUND_RESPONSE` can be used to refer to the former `Zend\Expressive\Response\NotFoundResponseInterface` service.
2124
- `SERVER_REQUEST_ERROR_RESPONSE_GENERATOR` can be used to refer to the former `Zend\Expressive\ServerRequestErrorResponseGenerator` service.
@@ -47,6 +50,12 @@ All notable changes to this project will be documented in this file, in reverse
4750
- `IMPLICIT_HEAD_MIDDLEWARE_STREAM_FACTORY` maps to the `StreamFactory`.
4851
- `IMPLICIT_OPTIONS_MIDDLEWARE_RESPONSE` maps to the `ResponseFactory`.
4952

53+
- [#554](https://github.com/zendframework/zend-expressive/pull/554) updates
54+
the `ConfigProvider` to add entries for the following constants as follows:
55+
56+
- `IMPLICIT_HEAD_MIDDLEWARE` aliases to the `Zend\Expressive\Router\Middleware\ImplicitHeadMiddleware` service.
57+
- `IMPLICIT_OPTIONS_MIDDLEWARE` aliases to the `Zend\Expressive\Router\Middleware\ImplicitOptionsMiddleware` service.
58+
5059
### Deprecated
5160

5261
- Nothing.

0 commit comments

Comments
 (0)