Skip to content

Commit

Permalink
Prepare v0.7.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Jun 15, 2017
1 parent aac95e6 commit a7ea0af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.7.2 (2017-06-15)

* Bug fix: WritableResourceStream: Close the underlying stream when closing the stream.
(#107 by @WyriHaximus)

## 0.7.1 (2017-05-20)

* Feature: Add optional `$writeChunkSize` parameter to limit maximum number of
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.1
$ composer require react/stream:^0.7.2
```

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

0 comments on commit a7ea0af

Please sign in to comment.