Commit 1a84609 1 parent 0df56ae commit 1a84609 Copy full SHA for 1a84609
File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG for 2.x
2
2
=================
3
3
4
+ ## 2.11.0 (2023-11-16)
5
+
6
+ This is a compatibility release to ensure a smooth upgrade path for those not yet
7
+ on Promise v3. We encourage upgrading to the latest version when possible, as
8
+ Promise v3 will be the way forward for this project.
9
+
10
+ * Feature: Full PHP 8.3 compatibility.
11
+ (#256 by @clue )
12
+
4
13
## 2.10.0 (2023-05-02)
5
14
6
15
* Feature: Support Disjunctive Normal Form Types (DNF types) for PHP 8.2+.
Original file line number Diff line number Diff line change @@ -850,7 +850,7 @@ This project follows [SemVer](https://semver.org/).
850
850
This will install the latest supported version:
851
851
852
852
``` bash
853
- composer require react/promise:^2.10
853
+ composer require react/promise:^2.11
854
854
```
855
855
856
856
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments