Skip to content

Commit

Permalink
Prepare v2.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonFrings committed May 2, 2023
1 parent d47bd60 commit f913fb8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
CHANGELOG for 2.x
=================

## 2.10.0 (2023-05-02)

* Feature: Support Disjunctive Normal Form Types (DNF types) for PHP 8.2+.
(#237 by @nhedger)

Feature: Add full support for PHP 8.2.
(#233 by @WyriHaximus and #241 by @clue)

* Improve examples in documentation.
(#226 by @nhedger)

* Improve test suite and project setup and report failed assertions.
(#215 and #217 by @SimonFrings and #241 by @clue)

* 2.9.0 (2022-02-11)

* Feature: Support union types and address deprecation of `ReflectionType::getClass()` (PHP 8+).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@ This project follows [SemVer](https://semver.org/).
This will install the latest supported version:

```bash
composer require react/promise:^2.9
composer require react/promise:^2.10
```

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

0 comments on commit f913fb8

Please sign in to comment.