From 1ff1bb049369b292f159200418be1fcfa5e6f717 Mon Sep 17 00:00:00 2001 From: Conduitry Date: Mon, 26 Jul 2021 13:50:23 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7355d950d..72fc88ff44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## Unreleased +* Fix destructuring into variables beginning with `$` so that they result in store updates ([#5653](https://github.com/sveltejs/svelte/issues/5653)) * Fix applying `:global()` for `>` selector combinator ([#6550](https://github.com/sveltejs/svelte/issues/6550)) * Fix mounting component at detached DOM node ([#6567](https://github.com/sveltejs/svelte/issues/6567))