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 #54
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Mar 24, 2016
1 parent 60493e2 commit 6376fde
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Versions prior to 1.0 were originally released as `phly/conduit`; please visit
its [CHANGELOG](https://github.com/phly/conduit/blob/master/CHANGELOG.md) for
details.

## 1.2.1 - TBD
## 1.2.1 - 2016-03-24

### Added

Expand All @@ -25,6 +25,12 @@ details.
- [#52](https://github.com/zendframework/zend-stratigility/pull/52) fixes the
behavior of the `FinalHandler` with regards to exception handling, ensuring
that the reason phrase reported corresponds to the HTTP status code used.
- [#54](https://github.com/zendframework/zend-stratigility/pull/54) modifies the
behavior of the `FinalHandler` when creating an error or 404 response to call
`write()` instead of `end()` on the response object. This fixes a lingering
issue with emitting the `Content-Length` header from the `SapiEmitter`, as
well as prevents the `SapiEmitter` from raising exceptions when doing so
(which was happening starting with 1.2.0).

## 1.2.0 - 2016-03-17

Expand Down

0 comments on commit 6376fde

Please sign in to comment.