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

Commit 8781b74

Browse files
committed
Adds CHANGELOG entry for #303
1 parent 0c0aa89 commit 8781b74

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ All notable changes to this project will be documented in this file, in reverse
1414

1515
### Deprecated
1616

17-
- Nothing.
17+
- [#303](https://github.com/zendframework/zend-diactoros/pull/303) deprecates `Zend\Diactoros\Response\EmitterInterface` and its various implementations. These are now provided via the
18+
[zendframework/zend-httphandlerrunner](https://docs.zendframework.com/zend-httphandlerrunner) package as 1:1 substitutions.
19+
20+
- [#303](https://github.com/zendframework/zend-diactoros/pull/303) deprecates the `Zend\Diactoros\Server` class. Users are directed to the `RequestHandlerRunner` class from the
21+
[zendframework/zend-httphandlerrunner](https://docs.zendframework.com/zend-httphandlerrunner) package as an alternative.
1822

1923
### Removed
2024

0 commit comments

Comments
 (0)