Skip to content

Commit

Permalink
Prepare v0.4.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Jan 25, 2017
1 parent 78ee694 commit 44dc7f5
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 0.4.6 (2017-01-25)

* Feature: The `Buffer` can now be injected into the `Stream` (or be used standalone)
(#62 by @clue)

* Fix: Forward `close` event only once for `CompositeStream` and `ThroughStream`
(#60 by @clue)

* Fix: Consistent `close` event behavior for `Buffer`
(#61 by @clue)

## 0.4.5 (2016-11-13)

* Feature: Support setting read buffer size to `null` (infinite)
Expand Down
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,16 @@ This component depends on `événement`, which is an implementation of the

$loop->run();
```

## Install

The recommended way to install this library is [through Composer](http://getcomposer.org).
[New to Composer?](http://getcomposer.org/doc/00-intro.md)

This will install the latest supported version:

```bash
$ composer require react/stream:^0.4.6
```

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

0 comments on commit 44dc7f5

Please sign in to comment.