File tree 2 files changed +11
-2
lines changed 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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)
4
13
5
14
* Feature: Add new ` delay() ` function to delay program execution.
6
15
(#72 by @clue )
Original file line number Diff line number Diff line change @@ -286,7 +286,7 @@ This project follows [SemVer](https://semver.org/).
286
286
This will install the latest supported version from this branch:
287
287
288
288
``` bash
289
- composer require react/async:^2.1
289
+ composer require react/async:^2.2
290
290
```
291
291
292
292
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments