From f0f8fae1145249eb1210f6c2d83e4b55795f031b Mon Sep 17 00:00:00 2001 From: Conduitry Date: Fri, 30 Apr 2021 11:38:27 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ad7945649..2649dc5b44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## Unreleased * Avoid recreating DOM elements during hydration ([#1067](https://github.com/sveltejs/svelte/issues/1067)) +* Support passing CSS custom properties to component ([#5628](https://github.com/sveltejs/svelte/issues/5628)) * Support `:global()` as part of compound CSS selectors ([#6222](https://github.com/sveltejs/svelte/issues/6222)) * Add missing function overload for `derived` to allow explicitly setting an initial value for non-async derived stores ([#6172](https://github.com/sveltejs/svelte/pull/6172)) * Fix scope leak when updating an `{#await}` block ([#6173](https://github.com/sveltejs/svelte/issues/6173))