From 6c5560be7d19992f2eb385ef442889ea73e80ff6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Tue, 20 Dec 2016 00:23:16 +0100 Subject: [PATCH] Prepare v0.5.2 release --- CHANGELOG.md | 8 ++++++++ README.md | 10 ++-------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3af4068..4961c2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.5.2 (2016-12-19) + +* Feature: Replace `SecureStream` with unlimited read buffer from react/stream v0.4.5 + (#72 by @clue) + +* Feature: Add examples + (#75 by @clue) + ## 0.5.1 (2016-11-20) * Feature: Support Promise cancellation for all connectors diff --git a/README.md b/README.md index 204cac8..4ee7e0d 100644 --- a/README.md +++ b/README.md @@ -225,16 +225,10 @@ The recommended way to install this library is [through Composer](http://getcomp This will install the latest supported version: ```bash -$ composer require react/socket-client:^0.5.1 +$ composer require react/socket-client:^0.5.2 ``` -If you care a lot about BC, you may also want to look into supporting legacy versions: - -```bash -$ composer require "react/socket-client:^0.5||^0.4||^0.3" -``` - -More details and upgrade guides can be found in the [CHANGELOG](CHANGELOG.md). +More details about version upgrades can be found in the [CHANGELOG](CHANGELOG.md). ## Tests