File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
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+
39## 0.8.7 (2017-12-24)
410
511* Fix: Fix closing socket resource before removing from loop
Original file line number Diff line number Diff line change @@ -1296,7 +1296,7 @@ The recommended way to install this library is [through Composer](https://getcom
12961296This will install the latest supported version:
12971297
12981298``` bash
1299- $ composer require react/socket:^0.8.7
1299+ $ composer require react/socket:^0.8.8
13001300```
13011301
13021302See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments