File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -1418,7 +1418,7 @@ The recommended way to install this library is [through Composer](https://getcom
14181418This 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
14241424See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments