Skip to content

Commit e563d55

Browse files
committed
Prepare v3.1.0 release
1 parent 75f3e01 commit e563d55

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 3.1.0 (2023-11-16)
4+
5+
* Feature: Full PHP 8.3 compatibility.
6+
(#255 by @clue)
7+
8+
* Feature: Describe all callable arguments with types for `Promise` and `Deferred`.
9+
(#253 by @clue)
10+
11+
* Update test suite and minor documentation improvements.
12+
(#251 by @ondrejmirtes and #250 by @SQKo)
13+
314
## 3.0.0 (2023-07-11)
415

516
A major new feature release, see [**release announcement**](https://clue.engineering/2023/announcing-reactphp-promise-v3).

README.md

Lines changed: 1 addition & 1 deletion
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
667+
composer require react/promise:^3.1
668668
```
669669

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

0 commit comments

Comments
 (0)