From 93ce9461f48a628b546edb91cc9d1954803d9ab7 Mon Sep 17 00:00:00 2001 From: Rasmus Kaj Date: Sun, 16 Jul 2023 12:15:33 +0200 Subject: [PATCH] Changelog for #129, #130. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cc9a7c..1d8748a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ project adheres to mime03 features are enabled (PR #124). Thanks @rustafarian-dev. * Changed the writer type from `W: &mut Write` to just `W: Write` (PR #125). Thanks @kornelski! +* Fixed handling of `MULTI_WORD_CONSTANTS` in templates (Issue #129, PR #130). + Thanks @wesm! * Fixed more clippy lint (PR #123). Thanks @vbrandl! * Updated `rsass` to 0.28.0 and `itertools` to 0.11.0.