Skip to content

Commit

Permalink
Prepare v0.8.12 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Jun 11, 2018
1 parent 3fde083 commit 7f7e6c5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.8.12 (2018-06-11)

* Feature: Improve memory consumption for failed and cancelled connection attempts.
(#161 by @clue)

* Improve test suite to fix Travis config to test against legacy PHP 5.3 again.
(#162 by @clue)

## 0.8.11 (2018-04-24)

* Feature: Improve memory consumption for cancelled connection attempts and
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1345,7 +1345,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.11
$ composer require react/socket:^0.8.12
```

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

0 comments on commit 7f7e6c5

Please sign in to comment.