From a20404f05cabc97d4141e78ee82e4d1111303d20 Mon Sep 17 00:00:00 2001 From: Dylan Piercey Date: Mon, 10 Feb 2020 12:43:25 -0800 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 275eb68839..f6b65bfaa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,11 @@ ## 4.18.x -### 4.18.41 +### 4.18.43 + +- No longer serialize input for split legacy widgets. [#1497](https://github.com/marko-js/marko/pull/1497) + +### 4.18.42 - Fix regression for unkeyed elements with toggled spread attributes [#1496](https://github.com/marko-js/marko/pull/1496) - Fix regression with body-only-if migration for legacy renderers [#1495](https://github.com/marko-js/marko/pull/1495)