Skip to content

Commit

Permalink
Prepare v0.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed May 20, 2017
1 parent 34f1920 commit bd19f2f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 0.7.1 (2017-05-20)

* Feature: Add optional `$writeChunkSize` parameter to limit maximum number of
bytes to write at once.
(#105 by @clue)

```php
$stream = new WritableResourceStream(STDOUT, $loop, null, 8192);
```

* Ignore HHVM test failures for now until Travis tests work again
(#106 by @clue)

## 0.7.0 (2017-05-04)

* Removed / BC break: Remove deprecated and unneeded functionality
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1177,7 +1177,7 @@ The recommended way to install this library is [through Composer](http://getcomp
This will install the latest supported version:

```bash
$ composer require react/stream:^0.7
$ composer require react/stream:^0.7.1
```

More details about version upgrades can be found in the [CHANGELOG](CHANGELOG.md).
Expand Down

0 comments on commit bd19f2f

Please sign in to comment.