File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -1249,7 +1249,7 @@ The recommended way to install this library is [through Composer](https://getcom
12491249This 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
12551255See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments