From 938969dc699eadde7b50176b58b0723383ffcb7f Mon Sep 17 00:00:00 2001 From: Conduitry Date: Wed, 4 Aug 2021 14:20:39 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67c48d3325..d1371f73ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Svelte changelog +## Unreleased + +* Fix regression with reordering keyed `{#each}` blocks when compiling with hydration enabled ([#6561](https://github.com/sveltejs/svelte/issues/6561)) + ## 3.42.0 * Allow `use:actions` to be used on `` ([#3163](https://github.com/sveltejs/svelte/issues/3163))