From 98bec66f51c083f372a7b2a3077a8b32c05dd113 Mon Sep 17 00:00:00 2001 From: Tan Li Hau Date: Tue, 29 Jun 2021 15:11:06 +0800 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cc8b1e3d6..c69bd58ebb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ * Fix `preserveComments` in SSR mode ([4730](https://github.com/sveltejs/svelte/issues/4730)) * Add `varsReport` compiler option ([#6192](https://github.com/sveltejs/svelte/pull/6192)) * Expose `svelte/ssr` which exported lifecycle methods as noop ([#6416](https://github.com/sveltejs/svelte/pull/6416)) +* Fix compiler error when using `:where()` inside `:global()` ([#6434](https://github.com/sveltejs/svelte/issues/6434)) ## 3.38.3