Skip to content

Commit 6c5560b

Browse files
committed
Prepare v0.5.2 release
1 parent b43838b commit 6c5560b

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.5.2 (2016-12-19)
4+
5+
* Feature: Replace `SecureStream` with unlimited read buffer from react/stream v0.4.5
6+
(#72 by @clue)
7+
8+
* Feature: Add examples
9+
(#75 by @clue)
10+
311
## 0.5.1 (2016-11-20)
412

513
* Feature: Support Promise cancellation for all connectors

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -225,16 +225,10 @@ The recommended way to install this library is [through Composer](http://getcomp
225225
This will install the latest supported version:
226226

227227
```bash
228-
$ composer require react/socket-client:^0.5.1
228+
$ composer require react/socket-client:^0.5.2
229229
```
230230

231-
If you care a lot about BC, you may also want to look into supporting legacy versions:
232-
233-
```bash
234-
$ composer require "react/socket-client:^0.5||^0.4||^0.3"
235-
```
236-
237-
More details and upgrade guides can be found in the [CHANGELOG](CHANGELOG.md).
231+
More details about version upgrades can be found in the [CHANGELOG](CHANGELOG.md).
238232

239233
## Tests
240234

0 commit comments

Comments
 (0)