Skip to content

Commit ef05517

Browse files
committed
Prepare v1.4.0 release
1 parent 94e1689 commit ef05517

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.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.

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

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

0 commit comments

Comments
 (0)