From ca096b756092990d7d9a8318be6901034ae6f3ba Mon Sep 17 00:00:00 2001 From: Conduitry Date: Fri, 20 Aug 2021 12:21:20 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d2588d23e..102089f200 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## Unreleased * Collapse whitespace in `class` and `style` attributes ([#6004](https://github.com/sveltejs/svelte/issues/6004)) +* In hydrated components, only rely on helpers for creating the types of elements present in the component ([#6555](https://github.com/sveltejs/svelte/issues/6555)) * Add `HTMLElement` and `SVGElement` as known globals ([#6643](https://github.com/sveltejs/svelte/issues/6643)) * Account for scaling in `flip` animations ([#6657](https://github.com/sveltejs/svelte/issues/6657))