From 1143b5615a7a6f45f1025d61e5df5e985d886412 Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Sun, 9 Jan 2022 06:15:07 -0800 Subject: [PATCH] update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39dc47b387..ee465f58b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Svelte changelog +## 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)) + ## 3.45.0 * Fix non-boolean attribute rendering in SSR to render truthy values as-is ([#6121](https://github.com/sveltejs/svelte/issues/6121))