We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e6ed6d commit f8e81a0Copy full SHA for f8e81a0
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
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
11
## 0.5.8 (2018-02-09)
12
13
* Support legacy PHP 5.3 through PHP 7.2 and HHVM
README.md
@@ -164,7 +164,7 @@ The recommended way to install this library is [through Composer](https://getcom
164
This will install the latest supported version:
165
166
```bash
167
-$ composer require react/http-client:^0.5.8
+$ composer require react/http-client:^0.5.9
168
```
169
170
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
0 commit comments