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

Commit

Permalink
Added CHANGELOG entries for #273
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Oct 12, 2017
1 parent 841856b commit 8b2bbca
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@

All notable changes to this project will be documented in this file, in reverse chronological order by release.

## 1.6.1 - TBD
## 1.6.1 - 2017-10-12

### Added

- Nothing.

### Changed

- Nothing.
- [#273](https://github.com/zendframework/zend-diactoros/pull/273) updates each
of the SAPI emitter implementations to emit the status line after emitting
other headers; this is done to ensure that the status line is not overridden
by PHP.

### Deprecated

Expand All @@ -22,7 +25,10 @@ All notable changes to this project will be documented in this file, in reverse

### Fixed

- Nothing.
- [#273](https://github.com/zendframework/zend-diactoros/pull/273) modifies how
the `SapiEmitterTrait` calls `header()` to ensure that a response code is
_always_ passed as the third argument; this is done to prevent PHP from
silently overriding it.

## 1.6.0 - 2017-09-13

Expand Down

0 comments on commit 8b2bbca

Please sign in to comment.