From 3ff1e0d18abf0ae04146af0fd0202161b09a5a26 Mon Sep 17 00:00:00 2001 From: Conduitry Date: Wed, 31 Mar 2021 10:53:01 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09e9808546..86c9bff955 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Svelte changelog +## Unreleased + +* Allow root-level context to be passed to the component constructor ([#6032](https://github.com/sveltejs/svelte/pull/6032)) + ## 3.36.0 * Add `this: void` typing to store functions ([#6094](https://github.com/sveltejs/svelte/pull/6094))