Skip to content

Commit

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

## 0.7.7 (2018-01-19)

* Improve test suite by fixing forward compatibility with upcoming EventLoop
releases, avoid risky tests and add test group to skip integration tests
relying on internet connection and apply appropriate test timeouts.
(#128, #131 and #132 by @clue)

## 0.7.6 (2017-12-21)

* Fix: Work around reading from unbuffered pipe stream in legacy PHP < 5.4.28 and PHP < 5.5.12
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1178,7 +1178,7 @@ The recommended way to install this library is [through Composer](https://getcom
This will install the latest supported version:

```bash
$ composer require react/stream:^0.7.6
$ composer require react/stream:^0.7.7
```

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

0 comments on commit 1010089

Please sign in to comment.