File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
10
## 0.7.6 (2017-12-21)
4
11
5
12
* Fix: Work around reading from unbuffered pipe stream in legacy PHP < 5.4.28 and PHP < 5.5.12
Original file line number Diff line number Diff line change @@ -1178,7 +1178,7 @@ The recommended way to install this library is [through Composer](https://getcom
1178
1178
This will install the latest supported version:
1179
1179
1180
1180
``` bash
1181
- $ composer require react/stream:^0.7.6
1181
+ $ composer require react/stream:^0.7.7
1182
1182
```
1183
1183
1184
1184
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments