From c948ca8bd105439b16a905cc3e3b7a162afd6e25 Mon Sep 17 00:00:00 2001 From: tanhauhau Date: Thu, 13 Jan 2022 22:56:48 +0800 Subject: [PATCH] update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78bed1e11a..88b8c8a3a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Svelte changelog +## Unreleased + +* Ignore whitespace in `{#each}` blocks when containing elements with `animate:` ([#5477](https://github.com/sveltejs/svelte/pull/5477)) + ## 3.46.1 * Handle `style:kebab-case` directives ([#7122](https://github.com/sveltejs/svelte/issues/7122))