0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-30 00:46:29 +01:00

update changelog

This commit is contained in:
Conduitry 2020-10-28 12:25:49 -04:00
parent cfc73be90f
commit a47ca4498a

View File

@ -1,5 +1,9 @@
# Svelte changelog
## Unreleased
* Add `Element` and `Node` to known globals ([#5586](https://github.com/sveltejs/svelte/issues/5586))
## 3.29.4
* Fix code generation error with `??` alongside logical operators ([#5558](https://github.com/sveltejs/svelte/issues/5558))