Skip to content

Commit 5c7ec34

Browse files
committed
Prepare v1.7.0 release
1 parent f2d2662 commit 5c7ec34

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## 1.7.0 (2023-12-13)
4+
5+
* Feature: Full PHP 8.3 compatibility.
6+
(#39 by @clue)
7+
8+
* Update test suite and collect all garbage cycles.
9+
(#38 and #39 by @clue)
10+
311
## 1.6.0 (2023-07-07)
412

513
* Feature: Update unwrapped stream to avoid unhandled promise rejections.

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.6
266+
composer require react/promise-stream:^1.7
267267
```
268268

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

0 commit comments

Comments
 (0)