From a98bd9b5e69b594182c499e473c96ede9751b357 Mon Sep 17 00:00:00 2001 From: Rich-Harris Date: Sat, 24 Mar 2018 12:28:37 -0400 Subject: [PATCH] -> v1.58.1 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 686ad90512..10e8c1f8ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Svelte changelog +## 1.58.1 + +* Actions ([#1247](https://github.com/sveltejs/svelte/pull/1247)) +* Support `preserveComments` option in SSR mode ([#1265](https://github.com/sveltejs/svelte/issues/1265)) +* Fix performance regression ([#1274](https://github.com/sveltejs/svelte/pull/1274)) + ## 1.58.0 * Fast row swapping ([#588](https://github.com/sveltejs/svelte/issues/588))