Skip to content
Snippets Groups Projects
Commit e563d55d authored by Simon Frings's avatar Simon Frings
Browse files

Prepare v3.1.0 release

parent 75f3e013
No related branches found
No related tags found
No related merge requests found
# Changelog
## 3.1.0 (2023-11-16)
* Feature: Full PHP 8.3 compatibility.
(#255 by @clue)
* Feature: Describe all callable arguments with types for `Promise` and `Deferred`.
(#253 by @clue)
* Update test suite and minor documentation improvements.
(#251 by @ondrejmirtes and #250 by @SQKo)
## 3.0.0 (2023-07-11)
A major new feature release, see [**release announcement**](https://clue.engineering/2023/announcing-reactphp-promise-v3).
......
......@@ -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
composer require react/promise:^3.1
```
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment