From 7dd490916b07e7402b7143e1ad6803fdb50c5e98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Fri, 9 Feb 2018 09:42:44 +0100 Subject: [PATCH] Prepare v0.5.8 release --- CHANGELOG.md | 9 +++++++++ README.md | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15db4d7..a923861 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/README.md b/README.md index c8494f6..6ae1f97 100644 --- a/README.md +++ b/README.md @@ -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.