8000 Prepare v0.7.6 release · reactphp/stream@4e07a00 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4e07a00

Browse files
committed
Prepare v0.7.6 release
1 parent 3a35f70 commit 4e07a00

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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`

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
11781178
This 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

11861186
This project aims to run on any platform and thus does not require any PHP
11871187
extensions and supports running on legacy PHP 5.3 through current PHP 7+ and HHVM.

0 commit comments

Comments
 (0)
0