File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change @@ -286,7 +286,7 @@ This project follows [SemVer](https://semver.org/).
286286This 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
292292See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments