From 8a01ecf9d16c396e830dccdb843c005ec9e4afbb Mon Sep 17 00:00:00 2001 From: Dylan Piercey Date: Fri, 17 May 2019 10:17:34 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 062f5460e..4572fed57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ ## 4.16.x +### 4.16.15 + +- Fix an issue where nodes may be preserved if another node with the same key was rendered as preserved. [#1334](https://github.com/marko-js/marko/issues/1334) +- Improve the `ignoreUnrecognizedTags` compiler option to ignored nested `@tags` on unrecognized tags (removes the need for the `escapeAtTags` option). [#1335](https://github.com/marko-js/marko/issues/1335) + ### 4.16.14 - Prevent treating macro usage with parameters as a component. [#1326](https://github.com/marko-js/marko/issues/1326)