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

Commit 8b2bbca

Browse files
committed
Added CHANGELOG entries for #273
1 parent 841856b commit 8b2bbca

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@
22

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

5-
## 1.6.1 - TBD
5+
## 1.6.1 - 2017-10-12
66

77
### Added
88

99
- Nothing.
1010

1111
### Changed
1212

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

1518
### Deprecated
1619

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

2326
### Fixed
2427

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

2733
## 1.6.0 - 2017-09-13
2834

0 commit comments

Comments
 (0)