Skip to content

Commit

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

## 0.8.2 (2017-08-25)

* Feature: Update DNS dependency to support hosts file on all platforms
(#112 by @clue)

This means that connecting to hosts such as `localhost` will now work as
expected across all platforms with no changes required:

```php
$connector = new Connector($loop);
$connector->connect('localhost:8080')->then(function ($connection) {
// …
});
```

## 0.8.1 (2017-08-15)

* Feature: Forward compatibility with upcoming EventLoop v1.0 and v0.5 and
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1228,7 +1228,7 @@ The recommended way to install this library is [through Composer](http://getcomp
This will install the latest supported version:

```bash
$ composer require react/socket:^0.8.1
$ composer require react/socket:^0.8.2
```

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

0 comments on commit ee817e3

Please sign in to comment.