Skip to content

Commit 8a16464

Browse files
committed
Prepare v3.2.0 release
1 parent 81516b6 commit 8a16464

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 3.2.0 (2024-05-24)
4+
5+
* Feature: Improve PHP 8.4+ support by avoiding implicitly nullable type declarations.
6+
(#260 by @Ayesh)
7+
8+
* Feature: Include previous exceptions when reporting unhandled promise rejections.
9+
(#262 by @clue)
10+
11+
* Update test suite to improve PHP 8.4+ support.
12+
(#261 by @SimonFrings)
13+
314
## 3.1.0 (2023-11-16)
415

516
* Feature: Full PHP 8.3 compatibility.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ This project follows [SemVer](https://semver.org/).
664664
This will install the latest supported version from this branch:
665665

666666
```bash
667-
composer require react/promise:^3.1
667+
composer require react/promise:^3.2
668668
```
669669

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

0 commit comments

Comments
 (0)