File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
19
## 0.8.4 (2017-09-16)
4
20
5
21
* 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
1249
1249
This will install the latest supported version:
1250
1250
1251
1251
``` bash
1252
- $ composer require react/socket:^0.8.4
1252
+ $ composer require react/socket:^0.8.5
1253
1253
```
1254
1254
1255
1255
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments