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 94e1689 commit ef05517Copy full SHA for ef05517
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 1.4.0 (2022-06-20)
4
+
5
+* Feature: Forward compatibility with react/promise 3.
6
+ (#20 by @WyriHaximus)
7
8
+* Improve test suite, test against PHP 8.1 and fix legacy HHVM build.
9
+ (#28, #29 and #30 by @SimonFrings)
10
11
## 1.3.0 (2021-10-18)
12
13
* Feature: Improve error reporting by appending previous exception messages.
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.3
+$ composer require react/promise-stream:^1.4
267
```
268
269
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
0 commit comments