Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 94e98bb

Browse files
committed
Prepare v0.8.11 release
1 parent dd30324 commit 94e98bb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

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+
39
## 0.8.10 (2018-02-28)
410

511
* Feature: Update DNS dependency to support loading system default DNS

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1345,7 +1345,7 @@ The recommended way to install this library is [through Composer](https://getcom
13451345
This will install the latest supported version:
13461346

13471347
```bash
1348-
$ composer require react/socket:^0.8.10
1348+
$ composer require react/socket:^0.8.11
13491349
```
13501350

13511351
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.

0 commit comments

Comments
 (0)