Skip to content

Commit 5570838

Browse files
committed
Prepare v0.5.3 release
1 parent 4ddda7b commit 5570838

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
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.3 (2016-12-24)
4+
5+
* Fix: Skip IPv6 tests if not supported by the system
6+
(#76 by @clue)
7+
8+
* Documentation for `ConnectorInterface`
9+
(#77 by @clue)
10+
311
## 0.5.2 (2016-12-19)
412

513
* Feature: Replace `SecureStream` with unlimited read buffer from react/stream v0.4.5

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ The recommended way to install this library is [through Composer](http://getcomp
279279
This will install the latest supported version:
280280

281281
```bash
282-
$ composer require react/socket-client:^0.5.2
282+
$ composer require react/socket-client:^0.5.3
283283
```
284284

285285
More details about version upgrades can be found in the [CHANGELOG](CHANGELOG.md).

0 commit comments

Comments
 (0)