Skip to content

Commit 726e5de

Browse files
committed
Prepare v1.4.0 release
1 parent a827a6f commit 726e5de

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 1.4.0 (2023-07-11)
4+
5+
A major new feature release, see [**release announcement**](https://clue.engineering/2023/announcing-reactphp-promise-v3).
6+
7+
* Feature: Add support for new Promise v3 release.
8+
(#464 and #524 by @clue)
9+
10+
* Feature: Support PHP 8.2 release.
11+
(#491 by @Nielsvanpach)
12+
13+
* Improve test suite, update dependencies and report failed assertions.
14+
(#462 and #501 by @clue and #466 and #492 by @SimonFrings)
15+
316
## 1.3.0 (2022-07-11)
417

518
A major new feature release, see [**release announcement**](https://clue.engineering/2022/announcing-reactphp-async).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ installed like this:
219219

220220
```bash
221221
# quick protoyping only: install all stable components
222-
composer require react/react:^1.3
222+
composer require react/react:^1.4
223223
```
224224

225225
For more details, check out [ReactPHP's homepage](https://reactphp.org/) for

0 commit comments

Comments
 (0)