We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b8c101 commit c0e337eCopy full SHA for c0e337e
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 0.5.1 (2017-03-09)
4
+
5
+* Feature: Forward compatibility with Stream v0.5 and upcoming v0.6
6
+ (#79 by @clue)
7
8
## 0.5.0 (2017-02-14)
9
10
* Feature / BC break: Replace `listen()` call with URIs passed to constructor
README.md
@@ -419,7 +419,7 @@ The recommended way to install this library is [through Composer](http://getcomp
419
This will install the latest supported version:
420
421
```bash
422
-$ composer require react/socket:^0.5
+$ composer require react/socket:^0.5.1
423
```
424
425
More details about version upgrades can be found in the [CHANGELOG](CHANGELOG.md).
0 commit comments