File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
11
## 0.5.2 (2016-12-19)
4
12
5
13
* Feature: Replace ` SecureStream ` with unlimited read buffer from react/stream v0.4.5
Original file line number Diff line number Diff line change @@ -279,7 +279,7 @@ The recommended way to install this library is [through Composer](http://getcomp
279
279
This will install the latest supported version:
280
280
281
281
``` bash
282
- $ composer require react/socket-client:^0.5.2
282
+ $ composer require react/socket-client:^0.5.3
283
283
```
284
284
285
285
More details about version upgrades can be found in the [ CHANGELOG] ( CHANGELOG.md ) .
You can’t perform that action at this time.
0 commit comments