Skip to content

Commit 87d1399

Browse files
committed
Prepare v1.6.0 release
1 parent 4840945 commit 87d1399

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## 1.6.0 (2023-07-07)
4+
5+
* Feature: Update unwrapped stream to avoid unhandled promise rejections.
6+
(#37 by @clue)
7+
8+
* Feature: Improve `first()` promise resolution to clean up any garbage references.
9+
(#36 by @lucasnetau)
10+
11+
* Improve test suite and project setup and report failed assertions.
12+
(#34 by @clue and #35 by @WyriHaximus)
13+
314
## 1.5.0 (2022-09-09)
415

516
* Feature: Full support for PHP 8.2 release.

README.md

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

265265
```bash
266-
composer require react/promise-stream:^1.5
266+
composer require react/promise-stream:^1.6
267267
```
268268

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

0 commit comments

Comments
 (0)