From 74fdbb670ba426484c6d22a3c30fe798d97bf6e7 Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Wed, 9 Nov 2022 10:25:25 -0800 Subject: [PATCH] update changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 491da451c4..99eb41fa58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ # Svelte changelog ## Unreleased -* Upgraded `css-tree` to `2.1.0` ([#7572](https://github.com/sveltejs/svelte/pull/7572)) +* Upgrade dependendencies. Particularly, `css-tree` to `2.2.1` ([#7572](https://github.com/sveltejs/svelte/pull/7572). [#7982](https://github.com/sveltejs/svelte/pull/7982)) +* Add new `css: 'external'|'injected'|'none'` options and deprecate old `true|false` values ([#7914](https://github.com/sveltejs/svelte/pull/7914)) * Check if `parentNode` exists before removing child ([#6037](https://github.com/sveltejs/svelte/issues/6037)) ## 3.52.0