From a331b670ba07591eed3d4804923f28ff220e2954 Mon Sep 17 00:00:00 2001 From: Conduitry Date: Thu, 22 Oct 2020 15:44:20 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87645dd1d1..9a7bbe1f57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Svelte changelog +## Unreleased + +* Fix code generation error with `??` alongside logical operators ([#5558](https://github.com/sveltejs/svelte/issues/5558)) + ## 3.29.3 * Hopefully actually republish with proper UMD build for use in the REPL