We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ddda7b commit 5570838Copy full SHA for 5570838
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
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
11
## 0.5.2 (2016-12-19)
12
13
* Feature: Replace `SecureStream` with unlimited read buffer from react/stream v0.4.5
README.md
@@ -279,7 +279,7 @@ The recommended way to install this library is [through Composer](http://getcomp
279
This will install the latest supported version:
280
281
```bash
282
-$ composer require react/socket-client:^0.5.2
+$ composer require react/socket-client:^0.5.3
283
```
284
285
More details about version upgrades can be found in the [CHANGELOG](CHANGELOG.md).
0 commit comments