Skip to content

Commit

Permalink
Prepare v0.7.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Dec 21, 2017
1 parent 3a35f70 commit 4e07a00
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 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
(#126 by @clue)

* Improve test suite by simplifying test bootstrapping logic via Composer and
test against PHP 7.2
(#127 by @clue and #124 by @carusogabriel)

## 0.7.5 (2017-11-20)

* Fix: Igore excessive `fopen()` mode flags for `WritableResourceStream`
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Stream Component
# Stream

[![Build Status](https://travis-ci.org/reactphp/stream.svg?branch=master)](https://travis-ci.org/reactphp/stream)

Expand Down Expand Up @@ -1178,10 +1178,10 @@ 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.5
$ composer require react/stream:^0.7.6
```

More details about version upgrades can be found in the [CHANGELOG](CHANGELOG.md).
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.

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

0 comments on commit 4e07a00

Please sign in to comment.