Skip to content

Commit

Permalink
Prepare v3.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonFrings committed Nov 16, 2023
1 parent 75f3e01 commit e563d55
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.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).
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
composer require react/promise:^3.1
```

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

0 comments on commit e563d55

Please sign in to comment.