We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2d2662 commit 5c7ec34Copy full SHA for 5c7ec34
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
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
11
## 1.6.0 (2023-07-07)
12
13
* Feature: Update unwrapped stream to avoid unhandled promise rejections.
README.md
@@ -263,7 +263,7 @@ This project follows [SemVer](https://semver.org/).
263
This will install the latest supported version:
264
265
```bash
266
-composer require react/promise-stream:^1.6
+composer require react/promise-stream:^1.7
267
```
268
269
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
0 commit comments