Skip to content

Commit 390ca70

Browse files
committed
Update for v0.8.6 release
1 parent 9d2a074 commit 390ca70

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.8.6 (2020-01-12)
4+
5+
* Fix parsing Cookie request header with comma in its values (#352 by @fiskie)
6+
* Add .gitattributes to exclude dev files from exports (#353 by @reedy)
7+
* Avoid unneeded warning when decoding invalid data on PHP 7.4 (#357 by @WyriHaximus)
8+
39
## 0.8.5 (2019-10-29)
410

511
* Internal refactorings and optimizations to improve request parsing performance.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1418,7 +1418,7 @@ The recommended way to install this library is [through Composer](https://getcom
14181418
This will install the latest supported version:
14191419

14201420
```bash
1421-
$ composer require react/http:^0.8.5
1421+
$ composer require react/http:^0.8.6
14221422
```
14231423

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

0 commit comments

Comments
 (0)