From 53c183508f3f163904c8edb1d1c01232ff3be298 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Sun, 23 Mar 2025 10:58:42 +0100 Subject: [PATCH] [TASK] Prepare release of version V8.8.0 --- CHANGELOG.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e90ac7c8..883987e0 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.8.0: Bug fixes and deprecations + +### Added + - `OutputFormat` properties for space around specific list separators (#880) ### Changed @@ -29,8 +41,6 @@ This project adheres to [Semantic Versioning](https://semver.org/). - `OutputFormat` properties for space around list separators as an array (#880) - Deprecate `OutputFormat::level()` (#870) -### Removed - ### Fixed - Include comments for all rules in declaration block (#1169)