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 276b864 commit e9e206bCopy full SHA for e9e206b
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 0.8.8 (2018-01-06)
4
+
5
+* Improve test suite by adding test group to skip integration tests relying on
6
+ internet connection and fix minor documentation typo.
7
+ (#146 by @clue and #145 by @cn007b)
8
9
## 0.8.7 (2017-12-24)
10
11
* Fix: Fix closing socket resource before removing from loop
README.md
@@ -1296,7 +1296,7 @@ The recommended way to install this library is [through Composer](https://getcom
1296
This will install the latest supported version:
1297
1298
```bash
1299
-$ composer require react/socket:^0.8.7
+$ composer require react/socket:^0.8.8
1300
```
1301
1302
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
0 commit comments