Skip to content

Commit

Permalink
Prepare v0.5.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Dec 19, 2016
1 parent b43838b commit 6c5560b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6c5560b

Please sign in to comment.