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