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 dd30324 commit 94e98bbCopy full SHA for 94e98bb
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 0.8.11 (2018-04-24)
4
+
5
+* Feature: Improve memory consumption for cancelled connection attempts and
6
+ simplify skipping DNS lookup when connecting to IP addresses.
7
+ (#159 and #160 by @clue)
8
9
## 0.8.10 (2018-02-28)
10
11
* Feature: Update DNS dependency to support loading system default DNS
README.md
@@ -1345,7 +1345,7 @@ The recommended way to install this library is [through Composer](https://getcom
1345
This will install the latest supported version:
1346
1347
```bash
1348
-$ composer require react/socket:^0.8.10
+$ composer require react/socket:^0.8.11
1349
```
1350
1351
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
0 commit comments