Skip to content

Commit d169d1e

Browse files
committed
Prepare v0.8.5 release
1 parent 25a1c27 commit d169d1e

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 0.8.5 (2017-10-23)
4+
5+
* Fix: Work around PHP bug with Unix domain socket (UDS) paths for Mac OS X
6+
(#123 by @andig)
7+
8+
* Fix: Fix `SecureServer` to return `null` URI if server socket is already closed
9+
(#129 by @clue)
10+
11+
* Improve test sutie by adding forward compatibility with PHPUnit v5 and
12+
forward compatibility with upcoming EventLoop releases in tests and
13+
test Mac OS X on Travis
14+
(#122 by @andig and #125, #127 and #130 by @clue)
15+
16+
* Readme improvements
17+
(#118 by @jsor)
18+
319
## 0.8.4 (2017-09-16)
420

521
* Feature: Add `FixedUriConnector` decorator to use fixed, preconfigured URI instead

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1249,7 +1249,7 @@ The recommended way to install this library is [through Composer](https://getcom
12491249
This will install the latest supported version:
12501250

12511251
```bash
1252-
$ composer require react/socket:^0.8.4
1252+
$ composer require react/socket:^0.8.5
12531253
```
12541254

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

0 commit comments

Comments
 (0)