Skip to content

Commit 7f7e6c5

Browse files
committed
Prepare v0.8.12 release
1 parent 3fde083 commit 7f7e6c5

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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

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.11
1348+
$ composer require react/socket:^0.8.12
13491349
```
13501350

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

0 commit comments

Comments
 (0)