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

Commit

Permalink
Updated CHANGELOG for #58
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Jun 23, 2015
1 parent 7af500a commit 4d20a58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ All notable changes to this project will be documented in this file, in reverse
HTML or JSON responses. It contains the static methods:
- `html($html, $status = 200, array $headers = [])`
- `json($data, $status = 200, array $headers = [])`
- [#58](https://github.com/zendframework/zend-diactoros/pull/58) adds
`Zend\Diactoros\Response\EmptyResponse`, a `Zend\Diactoros\Response` extension
for quickly creating empty, read-only responses.

### Deprecated

Expand Down

0 comments on commit 4d20a58

Please sign in to comment.