Skip to content

Commit 1a84609

Browse files
committed
Prepare v2.11.0 release
1 parent 0df56ae commit 1a84609

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
CHANGELOG for 2.x
22
=================
33

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+
413
## 2.10.0 (2023-05-02)
514

615
* Feature: Support Disjunctive Normal Form Types (DNF types) for PHP 8.2+.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,7 @@ This project follows [SemVer](https://semver.org/).
850850
This will install the latest supported version:
851851

852852
```bash
853-
composer require react/promise:^2.10
853+
composer require react/promise:^2.11
854854
```
855855

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

0 commit comments

Comments
 (0)