0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00

Update CHANGELOG.md

This commit is contained in:
Yuichiro Yamashita 2022-12-05 22:44:40 +09:00 committed by GitHub
parent 84d61c61f8
commit 6330bfc052
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,10 @@
# Svelte changelog
## Unreleased
* Add argument `option.direction` to `transition` function ([#3918](https://github.com/sveltejs/svelte/issues/3918))
## 3.53.1
* Fix exception in `rel=` attribute check with dynamic values ([#7994](https://github.com/sveltejs/svelte/issues/7994))