diff --git a/CHANGELOG.md b/CHANGELOG.md index 18387d2090..c8e3a1d181 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Svelte changelog +## Unreleased + +* Fix type inference for derived stores ([#5935](https://github.com/sveltejs/svelte/pull/5935)) + ## 3.32.0 * Allow multiple instances of the same action on an element ([#5516](https://github.com/sveltejs/svelte/issues/5516))