diff --git a/CHANGELOG.md b/CHANGELOG.md index ae5bbeb..c5d7303 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 3.2.0 (2024-05-24) + +* Feature: Improve PHP 8.4+ support by avoiding implicitly nullable type declarations. + (#260 by @Ayesh) + +* Feature: Include previous exceptions when reporting unhandled promise rejections. + (#262 by @clue) + +* Update test suite to improve PHP 8.4+ support. + (#261 by @SimonFrings) + ## 3.1.0 (2023-11-16) * Feature: Full PHP 8.3 compatibility. diff --git a/README.md b/README.md index 5cb6f7d..2108d98 100644 --- a/README.md +++ b/README.md @@ -664,7 +664,7 @@ This project follows [SemVer](https://semver.org/). This will install the latest supported version from this branch: ```bash -composer require react/promise:^3.1 +composer require react/promise:^3.2 ``` See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.