File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.5.10 (2020-01-14)
4+
5+ * Fix: Avoid unneeded warning when decoding invalid data on PHP 7.4.
6+ (#150 by @clue )
7+
8+ * Add ` .gitattributes ` to exclude dev files from exports.
9+ (#149 by @reedy )
10+
11+ * Link to clue/reactphp-buzz for higher-level HTTP client.
12+ (#139 by @clue )
13+
14+ * Improve test suite by simplifying test matrix and test setup.
15+ (#151 by @clue )
16+
317## 0.5.9 (2018-04-10)
418
519* Feature: Support legacy HTTP servers that use only ` LF ` instead of ` CRLF ` .
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ The recommended way to install this library is [through Composer](https://getcom
171171This will install the latest supported version:
172172
173173``` bash
174- $ composer require react/http-client:^0.5.9
174+ $ composer require react/http-client:^0.5.10
175175```
176176
177177See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments