From 6a369251c64d4420027f4a6f824e20533db2b831 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Tue, 29 May 2018 13:22:45 -0500 Subject: [PATCH] Adds CHANGELOG entry for #295 --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b10653c4..bd67bf68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,7 +23,12 @@ All notable changes to this project will be documented in this file, in reverse ### Removed -- Nothing. +- [#295](https://github.com/zendframework/zend-diactoros/pull/295) removes `Zend\Diactoros\Server`. You can use the `RequestHandlerRunner` class from + [zendframework/zend-httphandlerrunner](https://docs.zendframework.com/zend-httphandlerrunner) to provide these capabilities instead. + +- [#295](https://github.com/zendframework/zend-diactoros/pull/295) removes `Zend\Diactoros\Response\EmitterInterface` and the various emitter implementations. + These can now be found in the package [zendframework/zend-httphandlerrunner](https://docs.zendframework.com/zend-httphandlerrunner/), which also provides + a PSR-7-implementation agnostic way of using them. ### Fixed