10000 Prepare v0.7.7 release · reactphp/stream@1010089 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1010089

Browse files
committed
Prepare v0.7.7 release
1 parent df46cde commit 1010089

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 0.7.7 (2018-01-19)
4+
5+
* Improve test suite by fixing forward compatibility with upcoming EventLoop
6+
releases, avoid risky tests and add test group to skip integration tests
7+
relying on internet connection and apply appropriate test timeouts.
8+
(#128, #131 and #132 by @clue)
9+
310
## 0.7.6 (2017-12-21)
411

512
* Fix: Work around reading from unbuffered pipe stream in legacy PHP < 5.4.28 and PHP < 5.5.12

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1178,7 +1178,7 @@ The recommended way to install this library is [through Composer](https://getcom
11781178
This will install the latest supported version:
11791179

11801180
```bash
1181-
$ composer require react/stream:^0.7.6
1181+
$ composer require react/stream:^0.7.7
11821182
```
11831183

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

0 commit comments

Comments
 (0)
0