Skip to content

Commit

Permalink
Prepare v1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Jul 3, 2019
1 parent a1edba4 commit 6384d8b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 1.2.0 (2019-07-03)

* Feature: Support unwrapping object streams by buffering original write chunks in array.
(#15 by @clue)

* Feature: Clean up unneeded references for unwrapped streams when closing.
(#18 by @clue)

* Fix: Writing to closed unwrapped stream should return false (backpressure).
(#17 by @clue)

* Improve test suite to support PHPUnit 7, PHP 7.3 and fix incomplete test
and improve API documentation.
(#16 and #19 by @clue)

## 1.1.1 (2017-12-22)

* Fix: Fix `all()` to assume null values if no event data is passed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ This project follows [SemVer](https://semver.org/).
This will install the latest supported version:

```bash
$ composer require react/promise-stream:^1.1.1
$ composer require react/promise-stream:^1.2
```

See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
Expand Down

0 comments on commit 6384d8b

Please sign in to comment.