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 11# Changelog
22
3+ ## 0.8.12 (2018-06-11)
4+
5+ * Feature: Improve memory consumption for failed and cancelled connection attempts.
6+ (#161 by @clue )
7+
8+ * Improve test suite to fix Travis config to test against legacy PHP 5.3 again.
9+ (#162 by @clue )
10+
311## 0.8.11 (2018-04-24)
412
513* Feature: Improve memory consumption for cancelled connection attempts and
Original file line number Diff line number Diff line change @@ -1345,7 +1345,7 @@ The recommended way to install this library is [through Composer](https://getcom
13451345This will install the latest supported version:
13461346
13471347``` bash
1348- $ composer require react/socket:^0.8.11
1348+ $ composer require react/socket:^0.8.12
13491349```
13501350
13511351See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments