From 627731d64c70445ba2d0c6ed1009af2a718dc955 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Sun, 26 Jan 2025 16:48:37 +0100 Subject: [PATCH] [CLEANUP] Autoformat the changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92d888c30..0ca30ce74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,8 +11,8 @@ Please also have a look at our ### Added - Partial support for CSS Color Module Level 4: - - `rgb` and `rgba`, and `hsl` and `hsla` are now aliases (#797} - - Parse color functions that use the "modern" syntax (#800) + - `rgb` and `rgba`, and `hsl` and `hsla` are now aliases (#797} + - Parse color functions that use the "modern" syntax (#800) - Add official support for PHP 8.4 (#657) - Support arithmetic operators in CSS function arguments (#607) - Add support for inserting an item in a CSS list (#545)