Skip to content

Commit 7dd4909

Browse files
committed
Prepare v0.5.8 release
1 parent e2fd12f commit 7dd4909

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 0.5.8 (2018-02-09)
4+
5+
* Support legacy PHP 5.3 through PHP 7.2 and HHVM
6+
(#126 and #127 by @clue)
7+
8+
* Improve backwards compatibility with Promise v1 and
9+
use RingCentral to improve interoperability with react/http.
10+
(#124 and #125 by @clue)
11+
312
## 0.5.7 (2018-02-08)
413

514
* Fix: Ignore excessive whitespace in chunk header for `Transfer-Encoding: chunked`

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ The recommended way to install this library is [through Composer](https://getcom
164164
This will install the latest supported version:
165165

166166
```bash
167-
$ composer require react/http-client:^0.5.7
167+
$ composer require react/http-client:^0.5.8
168168
```
169169

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

0 commit comments

Comments
 (0)