From 554a491c385b7fd96ace16e7b6ce457cd9828309 Mon Sep 17 00:00:00 2001 From: Jake Hotson Date: Mon, 1 Jul 2024 01:30:01 +0100 Subject: [PATCH] [TASK] Prepare the 8.6.0 release There don't seem to be any more enhancements in the immediate pipeline, so it would be good to get this out now with the four we have, most or all of which I think have been requested by users. (I'm not sure I can do the actual release. I've never made one before, and don't know what's involved/needed.) --- CHANGELOG.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 217e5c361..d1837d0b6 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