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 11# Changelog
22
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+
311## 1.3.0 (2021-10-18)
412
513* 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/).
263263This will install the latest supported version:
264264
265265``` bash
266- $ composer require react/promise-stream:^1.3
266+ $ composer require react/promise-stream:^1.4
267267```
268268
269269See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments