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