diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bdb6f3964..4c3fc12414 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Svelte changelog +## Unreleased + +* prevent `maximum call stack size exceeded` error on large pages ([#4694](https://github.com/sveltejs/svelte/issues/4694)) + ## 3.46.3 * Ignore whitespace in `{#each}` blocks when containing elements with `animate:` ([#5477](https://github.com/sveltejs/svelte/pull/5477))