From 4cb1bfeb7ae7bd8ae13840ae29923d6b1064287c Mon Sep 17 00:00:00 2001 From: Dylan Piercey Date: Wed, 27 Mar 2019 15:52:14 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6214d5121..0a9d26cfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ ## 4.16.x +### 4.16.4 + +- Fix regression with migrating legacy `` syntax with a magic `renderBody` variable. [#1300](https://github.com/marko-js/marko/pull/1300) + ### 4.16.3 - Fix issue with migrating `` and `` with `widget` properties. [#1298](https://github.com/marko-js/marko/pull/1298)