Skip to content

Commit

Permalink
Prepare v0.8.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Oct 23, 2017
1 parent 25a1c27 commit d169d1e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 0.8.5 (2017-10-23)

* Fix: Work around PHP bug with Unix domain socket (UDS) paths for Mac OS X
(#123 by @andig)

* Fix: Fix `SecureServer` to return `null` URI if server socket is already closed
(#129 by @clue)

* Improve test sutie by adding forward compatibility with PHPUnit v5 and
forward compatibility with upcoming EventLoop releases in tests and
test Mac OS X on Travis
(#122 by @andig and #125, #127 and #130 by @clue)

* Readme improvements
(#118 by @jsor)

## 0.8.4 (2017-09-16)

* Feature: Add `FixedUriConnector` decorator to use fixed, preconfigured URI instead
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1249,7 +1249,7 @@ The recommended way to install this library is [through Composer](https://getcom
This will install the latest supported version:

```bash
$ composer require react/socket:^0.8.4
$ composer require react/socket:^0.8.5
```

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

0 comments on commit d169d1e

Please sign in to comment.