From 4e346b9970fa803039d762a02a81d97d15fdec67 Mon Sep 17 00:00:00 2001 From: Simon H <5968653+dummdidumm@users.noreply.github.com> Date: Wed, 24 Mar 2021 15:52:57 +0100 Subject: [PATCH] Update unreleased --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53c16b612a..6726fc7595 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Svelte changelog +## Unreleased + +* Add `this: void` typing to store functions ([#6094](https://github.com/sveltejs/svelte/pull/6094)) +* Export `Spring`, `Tweened` and `EasingFunction` interfaces ([#6070](https://github.com/sveltejs/svelte/issues/6070), [#6056](https://github.com/sveltejs/svelte/pull/6056)) +* Export interfaces for transition parameters ([#5207](https://github.com/sveltejs/svelte/issues/5207)) + ## 3.35.0 * Implement slotted components and `` ([#1037](https://github.com/sveltejs/svelte/issues/1037), [#2079](https://github.com/sveltejs/svelte/issues/2079))