Skip to content

Commit 49bca29

Browse files
committed
Prepare v0.8.7 release
1 parent 70d44b9 commit 49bca29

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## 0.8.7 (2017-12-24)
4+
5+
* Fix: Fix closing socket resource before removing from loop
6+
(#141 by @clue)
7+
8+
This fixes the root cause of an uncaught `Exception` that only manifested
9+
itself after the recent Stream v0.7.4 component update and only if you're
10+
using `ext-event` (`ExtEventLoop`).
11+
12+
* Improve test suite by testing against PHP 7.2
13+
(#140 by @carusogabriel)
14+
315
## 0.8.6 (2017-11-18)
416

517
* Feature: Add Unix domain socket (UDS) support to `Server` with `unix://` URI scheme

README.md

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

12981298
```bash
1299-
$ composer require react/socket:^0.8.6
1299+
$ composer require react/socket:^0.8.7
13001300
```
13011301

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

0 commit comments

Comments
 (0)