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)