Skip to content

Commit

Permalink
Prepare v2.11.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonFrings committed Nov 16, 2023
1 parent 0df56ae commit 1a84609
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
CHANGELOG for 2.x
=================

## 2.11.0 (2023-11-16)

This is a compatibility release to ensure a smooth upgrade path for those not yet
on Promise v3. We encourage upgrading to the latest version when possible, as
Promise v3 will be the way forward for this project.

* Feature: Full PHP 8.3 compatibility.
(#256 by @clue)

## 2.10.0 (2023-05-02)

* Feature: Support Disjunctive Normal Form Types (DNF types) for PHP 8.2+.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@ This project follows [SemVer](https://semver.org/).
This will install the latest supported version:

```bash
composer require react/promise:^2.10
composer require react/promise:^2.11
```

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

0 comments on commit 1a84609

Please sign in to comment.