From 3e89ee14d923c5457d312f3d6e883545ba536d72 Mon Sep 17 00:00:00 2001 From: Gasol Wu Date: Tue, 2 Jun 2026 00:38:45 +0800 Subject: [PATCH] Note PHP 8.5 CI coverage in the changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4b3377..14f64b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Verify compatibility with PHP 8.5 in CI. + ## [0.1.0] - 2026-06-01 Initial release.