Skip to content

Commit 75231b4

Browse files
committed
Prepare v2.7.0 release
1 parent f222213 commit 75231b4

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## 2.7.0 (2025-01-24)
4+
5+
* Feature: Improve PHP 8.4+ support by avoiding implicitly nullable types.
6+
(#107 by @SimonFrings and #109 by @clue)
7+
8+
* Feature: Run tests on PHP 8.3 and update test suite.
9+
(#106 by @yadaiio)
10+
11+
* Feature: Test on PHP 8.2 and update test environment.
12+
(#103 by @clue)
13+
14+
* Fix legacy HHVM build and update test suite to ensure 100% code coverage.
15+
(#102 by @SimonFrings and #108 by @clue)
16+
17+
* Minor documentation improvements.
18+
(#105 by @yadaiio)
19+
320
## 2.6.0 (2022-03-18)
421

522
* Feature: Full support for PHP 8.1 release.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ This project follows [SemVer](https://semver.org/).
643643
This will install the latest supported version:
644644

645645
```bash
646-
composer require clue/stdio-react:^2.6
646+
composer require clue/stdio-react:^2.7
647647
```
648648

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

0 commit comments

Comments
 (0)