From 0d8e8ad59c7c82f473a7fc0e10cd1ca9f26d5dbb Mon Sep 17 00:00:00 2001 From: Jake Hotson Date: Fri, 23 May 2025 23:58:33 +0100 Subject: [PATCH] [TASK] Add changelog note that PHP < 7.2 is deprecated --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c4d653b..c1535719 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,8 @@ This project adheres to [Semantic Versioning](https://semver.org/). ### Deprecated +- Support for PHP < 7.2 is deprecated; version 9.0 will require PHP 7.2 or later + (#1264) - Passing a `string` or `null` to `RuleSet::removeRule()` is deprecated (implementing classes are `AtRuleSet` and `DeclarationBlock`); use `removeMatchingRules()` or `removeAllRules()` instead (#1249)