Skip to content

Commit

Permalink
Prepare v0.8.4 release
Browse files Browse the repository at this point in the history
Signed-off-by: Cees-Jan Kiewiet <[email protected]>
  • Loading branch information
WyriHaximus committed Jan 16, 2019
1 parent 121abe0 commit b29ab96
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 0.8.4 (2019-01-16)

* Improvement: Internal refactoring to simplify response header logic.
(#321 by @clue)

* Improvement: Assign Content-Length response header automatically only when size is known.
(#329 by @clue)

* Improvement: Import global functions for better performance.
(#330 by @WyriHaximus)

## 0.8.3 (2018-04-11)

* Feature: Do not pause connection stream to detect closed connections immediately.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1189,7 +1189,7 @@ The recommended way to install this library is [through Composer](https://getcom
This will install the latest supported version:

```bash
$ composer require react/http:^0.8.3
$ composer require react/http:^0.8.4
```

See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
Expand Down

0 comments on commit b29ab96

Please sign in to comment.