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

Commit

Permalink
Added CHANGELOG for #52
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Jun 12, 2015
1 parent 654e57b commit 5c65ddc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ All notable changes to this project will be documented in this file, in reverse

### Added

- Nothing.
- [#52](https://github.com/zendframework/zend-diactoros/pull/52) adds
`Zend\Diactoros\Response\StringResponse`, a factory class for generating
HTML or JSON responses. It contains the static methods:
- `html($html, $status = 200, array $headers = [])`
- `json($data, $status = 200, array $headers = [])`

### Deprecated

Expand Down

0 comments on commit 5c65ddc

Please sign in to comment.