File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 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 `
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.7
167+ $ composer require react/http-client:^0.5.8
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