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:
Ben McCann 2022-01-09 06:15:07 -08:00 committed by GitHub
parent 895b4c6721
commit 1143b5615a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,10 @@
# Svelte changelog
## Unreleased
* Add style directives ([RFC #42](https://github.com/sveltejs/rfcs/pull/42))
* Fix hydration when using `@html` ([#7115](https://github.com/sveltejs/svelte/issues/7115))
## 3.45.0
* Fix non-boolean attribute rendering in SSR to render truthy values as-is ([#6121](https://github.com/sveltejs/svelte/issues/6121))