From 3672bcf8bf4d6a8d6973de22a6eddbf02fa35c1e Mon Sep 17 00:00:00 2001 From: Dylan Piercey Date: Mon, 13 May 2019 12:42:53 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 005ee8965..062f5460e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ ## 4.16.x +### 4.16.14 + +- Prevent treating macro usage with parameters as a component. [#1326](https://github.com/marko-js/marko/issues/1326) + ### 4.16.13 - Fixes a regression with printing nested unary expressions (eg typeof). [#1323](https://github.com/marko-js/marko/issues/1323)