Skip to content

Commit 6384d8b

Browse files
committed
Prepare v1.2.0 release
1 parent a1edba4 commit 6384d8b

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## 1.2.0 (2019-07-03)
4+
5+
* Feature: Support unwrapping object streams by buffering original write chunks in array.
6+
(#15 by @clue)
7+
8+
* Feature: Clean up unneeded references for unwrapped streams when closing.
9+
(#18 by @clue)
10+
11+
* Fix: Writing to closed unwrapped stream should return false (backpressure).
12+
(#17 by @clue)
13+
14+
* Improve test suite to support PHPUnit 7, PHP 7.3 and fix incomplete test
15+
and improve API documentation.
16+
(#16 and #19 by @clue)
17+
318
## 1.1.1 (2017-12-22)
419

520
* Fix: Fix `all()` to assume null values if no event data is passed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ This project follows [SemVer](https://semver.org/).
252252
This will install the latest supported version:
253253

254254
```bash
255-
$ composer require react/promise-stream:^1.1.1
255+
$ composer require react/promise-stream:^1.2
256256
```
257257

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

0 commit comments

Comments
 (0)