From 75231b4d548f52744dc998f82a14bf0d98f99629 Mon Sep 17 00:00:00 2001 From: Paul Rotmann Date: Tue, 21 Jan 2025 10:51:48 +0100 Subject: [PATCH] Prepare v2.7.0 release --- CHANGELOG.md | 17 +++++++++++++++++ README.md | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 965d89b..6259c5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## 2.7.0 (2025-01-24) + +* Feature: Improve PHP 8.4+ support by avoiding implicitly nullable types. + (#107 by @SimonFrings and #109 by @clue) + +* Feature: Run tests on PHP 8.3 and update test suite. + (#106 by @yadaiio) + +* Feature: Test on PHP 8.2 and update test environment. + (#103 by @clue) + +* Fix legacy HHVM build and update test suite to ensure 100% code coverage. + (#102 by @SimonFrings and #108 by @clue) + +* Minor documentation improvements. + (#105 by @yadaiio) + ## 2.6.0 (2022-03-18) * Feature: Full support for PHP 8.1 release. diff --git a/README.md b/README.md index a81469e..cd260d3 100644 --- a/README.md +++ b/README.md @@ -643,7 +643,7 @@ This project follows [SemVer](https://semver.org/). This will install the latest supported version: ```bash -composer require clue/stdio-react:^2.6 +composer require clue/stdio-react:^2.7 ``` See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.