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))