File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
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
+
3
11
## 1.3.0 (2021-10-18)
4
12
5
13
* Feature: Improve error reporting by appending previous exception messages.
Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ This project follows [SemVer](https://semver.org/).
263
263
This will install the latest supported version:
264
264
265
265
``` bash
266
- $ composer require react/promise-stream:^1.3
266
+ $ composer require react/promise-stream:^1.4
267
267
```
268
268
269
269
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments