From 0a3c486fd2a4d99ab7af21d77a618fc8494f4fb3 Mon Sep 17 00:00:00 2001 From: Conduitry Date: Tue, 27 Jul 2021 09:38:52 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aa192fef4..effa1e821c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Svelte changelog +## Unreleased + +* Support `export { ... } from` syntax in components ([#2214](https://github.com/sveltejs/svelte/issues/2214)) + ## 3.40.3 * Fix `` data when a transition is cancelled before completing ([#5394](https://github.com/sveltejs/svelte/issues/5394))