From c4e2ec612c08b199ad2a7b2fa9c4c8b8c651e649 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Fri, 11 Jul 2025 09:32:10 +0200 Subject: [PATCH] [TASK] Prepare release of version 8.9.0 Part of #1326 --- CHANGELOG.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74afb6a6..1fe4843f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ This project adheres to [Semantic Versioning](https://semver.org/). ### Added +### Changed + +### Deprecated + +### Removed + +### Fixed + +## 8.9.0: New features, bug fixes and deprecations + +### Added + - `RuleSet::removeMatchingRules()` method (for the implementing classes `AtRuleSet` and `DeclarationBlock`) (#1249) - `RuleSet::removeAllRules()` method @@ -51,8 +63,6 @@ This project adheres to [Semantic Versioning](https://semver.org/). - Providing zero as the line number argument to `Rule::setPosition()` is deprecated (pass `null` instead if there is no line number) (#1225, #1233) -### Removed - ### Fixed - Set line number when `RuleSet::addRule()` called with only column number set