From 923088f5f8460875852a4678daab6c25a21e5f05 Mon Sep 17 00:00:00 2001 From: Conduitry Date: Fri, 23 Jul 2021 14:20:40 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ba49f9e9f..0a4a3ea13c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,10 @@ ## Unreleased +* Fix dynamic `autofocus={...}` attribute handling ([#4995](https://github.com/sveltejs/svelte/issues/4995)) +* Add filename to combined source map if needed ([#6089](https://github.com/sveltejs/svelte/pull/6089)) +* Fix tracking whether transition has started ([#6399](https://github.com/sveltejs/svelte/pull/6399)) * Fix incorrect scoping of `:global()` selectors ([#6550](https://github.com/sveltejs/svelte/issues/6550)) -* Add filename to combined source map if needed ([#6089](https://github.com/sveltejs/svelte/issues/6089)) -* Fix tracking whether transition has started ([#6399](https://github.com/sveltejs/svelte/issues/6399)) ## 3.40.1