From 7e52278cfb5f42b99e4f47ae58d450469f119f34 Mon Sep 17 00:00:00 2001 From: Conduitry Date: Wed, 6 May 2020 14:42:41 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) 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))