Skip to content

Commit

Permalink
Prepare v0.5.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Feb 9, 2018
1 parent e2fd12f commit 7dd4909
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.5.8 (2018-02-09)

* Support legacy PHP 5.3 through PHP 7.2 and HHVM
(#126 and #127 by @clue)

* Improve backwards compatibility with Promise v1 and
use RingCentral to improve interoperability with react/http.
(#124 and #125 by @clue)

## 0.5.7 (2018-02-08)

* Fix: Ignore excessive whitespace in chunk header for `Transfer-Encoding: chunked`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ The recommended way to install this library is [through Composer](https://getcom
This will install the latest supported version:

```bash
$ composer require react/http-client:^0.5.7
$ composer require react/http-client:^0.5.8
```

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

0 comments on commit 7dd4909

Please sign in to comment.