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

Commit 930cbe6

Browse files
committed
Adds CHANGELOG entry for #285
1 parent b4eb3ee commit 930cbe6

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
@@ -6,7 +6,11 @@ All notable changes to this project will be documented in this file, in reverse
66

77
### Added
88

9-
- Nothing.
9+
- [#285](https://github.com/zendframework/zend-diactoros/pull/285) adds a new
10+
custom response type, `Zend\Diactoros\Response\XmlResponse`, for generating
11+
responses representing XML. Usage is the same as with the `HtmlResponse` or
12+
`TextResponse`; the response generated will have a `Content-Type:
13+
application/xml` header by default.
1014

1115
### Changed
1216

0 commit comments

Comments
 (0)