From f913fb8cceba1e6644b7b90c4bfb678ed8a3ef38 Mon Sep 17 00:00:00 2001 From: Simon Frings Date: Tue, 2 May 2023 17:08:10 +0200 Subject: [PATCH] Prepare v2.10.0 release --- CHANGELOG.md | 14 ++++++++++++++ README.md | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f785eb5..7825b339 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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+). diff --git a/README.md b/README.md index 4f20c3a2..9449b920 100644 --- a/README.md +++ b/README.md @@ -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.