Commit b29ab96 1 parent 121abe0 commit b29ab96 Copy full SHA for b29ab96
File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
14
## 0.8.3 (2018-04-11)
4
15
5
16
* Feature: Do not pause connection stream to detect closed connections immediately.
Original file line number Diff line number Diff line change @@ -1189,7 +1189,7 @@ The recommended way to install this library is [through Composer](https://getcom
1189
1189
This will install the latest supported version:
1190
1190
1191
1191
``` bash
1192
- $ composer require react/http:^0.8.3
1192
+ $ composer require react/http:^0.8.4
1193
1193
```
1194
1194
1195
1195
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments