diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f3d47d73b..d72436ad4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Svelte changelog +## Unreleased + +* Deconflict variable name used for inline component instance ([#4636](https://github.com/sveltejs/svelte/issues/4636)) + ## 3.22.2 * Fix compiler exception with `a11y-img-redundant-alt` and value-less `alt` attribute ([#4777](https://github.com/sveltejs/svelte/issues/4777))