File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 11CHANGELOG 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+).
Original file line number Diff line number Diff line change @@ -850,7 +850,7 @@ This project follows [SemVer](https://semver.org/).
850850This 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
856856See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments