File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.5.9 (2018-04-10)
4+
5+ * Feature: Support legacy HTTP servers that use only ` LF ` instead of ` CRLF ` .
6+ (#130 by @clue )
7+
8+ * Improve test suite by applying maximum test timeouts for integration tests.
9+ (#131 by @clue )
10+
311## 0.5.8 (2018-02-09)
412
513* Support legacy PHP 5.3 through PHP 7.2 and HHVM
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ The recommended way to install this library is [through Composer](https://getcom
164164This will install the latest supported version:
165165
166166``` bash
167- $ composer require react/http-client:^0.5.8
167+ $ composer require react/http-client:^0.5.9
168168```
169169
170170See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments