Skip to content

Commit 9aa446f

Browse files
committed
Prepare v0.8.7 release
1 parent 4ec7d2f commit 9aa446f

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

CHANGELOG.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,26 @@
11
# Changelog
22

3+
## 0.8.7 (2020-07-05)
4+
5+
* Fix: Fix parsing multipart request body with quoted header parameters (dot net).
6+
(#363 by @ebimmel)
7+
8+
* Fix: Fix calculating concurrency when `post_max_size` ini is unlimited.
9+
(#365 by @clue)
10+
11+
* Improve test suite to run tests on PHPUnit 9 and clean up test suite.
12+
(#364 by @SimonFrings)
13+
314
## 0.8.6 (2020-01-12)
415

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)
16+
* Fix: Fix parsing `Cookie` request header with comma in its values.
17+
(#352 by @fiskie)
18+
19+
* Fix: Avoid unneeded warning when decoding invalid data on PHP 7.4.
20+
(#357 by @WyriHaximus)
21+
22+
* Add .gitattributes to exclude dev files from exports.
23+
(#353 by @reedy)
824

925
## 0.8.5 (2019-10-29)
1026

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.6
1421+
$ composer require react/http:^0.8.7
14221422
```
14231423

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

0 commit comments

Comments
 (0)