diff --git a/CHANGELOG.md b/CHANGELOG.md index c5ce7143bbc4..f57ecc4a8bd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ * Remove extraneous leading newline inside `
` and `` ([#7264](https://github.com/sveltejs/svelte/issues/7264)) * Fix erroneous setting of `textContent` for `` elements ([#7297](https://github.com/sveltejs/svelte/pull/7297)) * Fix value of `let:` bindings not updating in certain cases ([#7440](https://github.com/sveltejs/svelte/issues/7440)) +* Fix handling of void tags in `` ([#7449](https://github.com/sveltejs/svelte/issues/7449)) * Fix handling of boolean attributes in `` ([#7478](https://github.com/sveltejs/svelte/issues/7478)) * Add special style scoping handling of `[open]` selectors on `` elements ([#7495](https://github.com/sveltejs/svelte/issues/7494))