File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed
Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.7.6 (2017-12-21)
4+
5+ * Fix: Work around reading from unbuffered pipe stream in legacy PHP < 5.4.28 and PHP < 5.5.12
6+ (#126 by @clue )
7+
8+ * Improve test suite by simplifying test bootstrapping logic via Composer and
9+ test against PHP 7.2
10+ (#127 by @clue and #124 by @carusogabriel )
11+
312## 0.7.5 (2017-11-20)
413
514* Fix: Igore excessive ` fopen() ` mode flags for ` WritableResourceStream `
Original file line number Diff line number Diff line change 1- # Stream Component
1+ # Stream
22
33[ ![ Build Status] ( https://travis-ci.org/reactphp/stream.svg?branch=master )] ( https://travis-ci.org/reactphp/stream )
44
@@ -1178,10 +1178,10 @@ The recommended way to install this library is [through Composer](https://getcom
11781178This will install the latest supported version:
11791179
11801180``` bash
1181- $ composer require react/stream:^0.7.5
1181+ $ composer require react/stream:^0.7.6
11821182```
11831183
1184- More details about version upgrades can be found in the [ CHANGELOG] ( CHANGELOG.md ) .
1184+ See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades .
11851185
11861186This project aims to run on any platform and thus does not require any PHP
11871187extensions and supports running on legacy PHP 5.3 through current PHP 7+ and HHVM.
You can’t perform that action at this time.
0 commit comments