Skip to content

Commit

Permalink
Prepare v3.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonFrings committed May 24, 2024
1 parent 81516b6 commit 8a16464
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8a16464

Please sign in to comment.