From 6d4c502b41aedc01cd9561a0aa61027ea86dc895 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Sat, 27 Jan 2024 20:59:33 +0100 Subject: [PATCH] Bump to 8.5.0 and add more changes mentioned in review --- CHANGELOG.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac0f3082..c70ef0a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,17 +15,21 @@ This project adheres to [Semantic Versioning](https://semver.org/). ### Fixed -## 8.4.1 +## 8.5.0 ### Added -- Add more unit tests +- Add a method to get an import's media queries (#384) +- Add more unit tests (#381, #382) ### Fixed - Retain CSSList and Rule comments when rendering CSS (#351) - Replace invalid `turns` unit with `turn` (#350) -- Also allow string values for rules +- Also allow string values for rules (#348) +- Fix invalid calc parsing (#169) +- Handle scientific notation when parsing sizes (#179) +- Fix PHP 8.1 compatibility in `ParserState::strsplit()` (#344) ## 8.4.0