From d2fb94a9641be84d79c7548c6d39bbebba6e9a70 Mon Sep 17 00:00:00 2001 From: JakeQZ Date: Mon, 1 Jul 2024 08:33:21 +0100 Subject: [PATCH] [TASK] Prepare the 8.6.0 release (#630) --- CHANGELOG.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 217e5c36..d1837d0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,20 +6,26 @@ This project adheres to [Semantic Versioning](https://semver.org/). ## x.y.z ### Added -- Support arithmetic operators in CSS function arguments (#607) -- Add support for inserting an item in a CSS list (#545) -- Add support for the `dvh`, `lvh` and `svh` length units (#415) ### Changed -- Improve performance of Value::parseValue with many delimiters by refactoring to remove array_search() (#413) - ### Deprecated ### Removed ### Fixed +## 8.6.0 + +### Added +- Support arithmetic operators in CSS function arguments (#607) +- Add support for inserting an item in a CSS list (#545) +- Add support for the `dvh`, `lvh` and `svh` length units (#415) + +### Changed + +- Improve performance of Value::parseValue with many delimiters by refactoring to remove array_search() (#413) + ## 8.5.2 ### Changed