Skip to content

Commit

Permalink
Prepare 1.2.0 (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed Aug 22, 2019
1 parent 147c383 commit 27c828a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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

## 1.2.0

### Changed

- Change minimal port number to 0 (unix socket)
- Updated `Psr17Factory::createResponse` to respect the specification. If second
argument is not used, a standard reason phrase. If an empty string is passed,
then the reason phrase will be empty.

### Fixed

- Check for seekable on the stream resource.
- Fixed the `Response::$reason` should never be null.

## 1.1.0

### Added
Expand Down

0 comments on commit 27c828a

Please sign in to comment.