8000 Prepare v2.10.0 release · reactphp/promise@f913fb8 · GitHub
[go: up one dir, main page]

Skip to content

Commit f913fb8

Browse files
committed
Prepare v2.10.0 release
1 parent d47bd60 commit f913fb8

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
CHANGELOG for 2.x
22
=================
33

4+
## 2.10.0 (2023-05-02)
5+
6+
* Feature: Support Disjunctive Normal Form Types (DNF types) for PHP 8.2+.
7+
(#237 by @nhedger)
8+
9+
Feature: Add full support for PHP 8.2.
10+
(#233 by @WyriHaximus and #241 by @clue)
11+
12+
* Improve examples in documentation.
13+
(#226 by @nhedger)
14+
15+
* Improve test suite and project setup and report failed assertions.
16+
(#215 and #217 by @SimonFrings and #241 by @clue)
17+
418
* 2.9.0 (2022-02-11)
519

620
* Feature: Support union types and address deprecation of `ReflectionType::getClass()` (PHP 8+).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,7 @@ This project follows [SemVer](https://semver.org/).
850850
This will install the latest supported version:
851851

852852
```bash
853-
composer require react/promise:^2.9
853+
composer require react/promise:^2.10
854854
```
855855

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

0 commit comments

Comments
 (0)
0