From 0f31fb034b936ce526c78f835e78a6f1fd3df82d Mon Sep 17 00:00:00 2001 From: Conduitry Date: Tue, 11 Jan 2022 17:10:36 -0500 Subject: [PATCH] update changelog --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7d8b69678..c4161ce66b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,10 @@ ## Unreleased -* Add style directives ([RFC #42](https://github.com/sveltejs/rfcs/pull/42)) -* Fix hydration when using `@html` ([#7115](https://github.com/sveltejs/svelte/issues/7115)) +* Implement `{@const}` tag ([RFC #33](https://github.com/sveltejs/rfcs/pull/33), [#6413](https://github.com/sveltejs/svelte/pull/6413)) +* Implement `style:` directive ([RFC #42](https://github.com/sveltejs/rfcs/pull/42), [#5923](https://github.com/sveltejs/svelte/pull/5923)) * Fix style manager conflicts when using multiple Svelte instances ([#7026](https://github.com/sveltejs/svelte/issues/7026)) +* Fix hydration when using `{@html}` ([#7115](https://github.com/sveltejs/svelte/issues/7115)) ## 3.45.0