From c376501b9a066479736f0a088fba3492e7122811 Mon Sep 17 00:00:00 2001 From: Dylan Armstrong Date: Wed, 21 Feb 2024 14:52:59 +0100 Subject: [PATCH] doc: update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fe5964..74d7b22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ - Clarified the use of SVGs with a new test and changes to documentation. +- Do not process source maps when processing style tags with PostCSS. + ## 2.11.0 (2023-06-21) - Fix to allow `false` in `allowedClasses` attributes. Thanks to [Kevin Jiang](https://github.com/KevinSJ) for this fix!