8000 Prepare v2.2.0 release · reactphp/async@8641c07 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8641c07

Browse files
committed
Prepare v2.2.0 release
1 parent 82c9098 commit 8641c07

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Changelog
22

3-
## 2.1.0 (2023-06-22)
3+
## 2.2.0 (2023-11-22)
4+
5+
This is a compatibility release to ensure a smooth upgrade path for those not yet
6+
on Async v4 or v3. We encourage upgrading to the latest version when possible, as
7+
Async v4 will be the way forward for this project.
8+
9+
* Feature: Full PHP 8.3 compatibility.
10+
(#84 by @clue)
11+
12+
## 2.1.0 (023-06-22)
413

514
* Feature: Add new `delay()` function to delay program execution.
615
(#72 by @clue)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ This project follows [SemVer](https://semver.org/).
286286
This will install the latest supported version from this branch:
287287

288288
```bash
289-
composer require react/async:^2.1
289+
composer require react/async:^2.2
290290
```
291291

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

0 commit comments

Comments
 (0)
0