Skip to content

Commit b29ab96

Browse files
committed
Prepare v0.8.4 release
Signed-off-by: Cees-Jan Kiewiet <[email protected]>
1 parent 121abe0 commit b29ab96

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 0.8.4 (2019-01-16)
4+
5+
* Improvement: Internal refactoring to simplify response header logic.
6+
(#321 by @clue)
7+
8+
* Improvement: Assign Content-Length response header automatically only when size is known.
9+
(#329 by @clue)
10+
11+
* Improvement: Import global functions for better performance.
12+
(#330 by @WyriHaximus)
13+
314
## 0.8.3 (2018-04-11)
415

516
* Feature: Do not pause connection stream to detect closed connections immediately.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1189,7 +1189,7 @@ The recommended way to install this library is [through Composer](https://getcom
11891189
This will install the latest supported version:
11901190

11911191
```bash
1192-
$ composer require react/http:^0.8.3
1192+
$ composer require react/http:^0.8.4
11931193
```
11941194

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

0 commit comments

Comments
 (0)