Update changelog

This commit is contained in:
Dylan Piercey 2019-05-13 12:42:53 -07:00
parent c59b95453c
commit 3672bcf8bf
No known key found for this signature in database
GPG Key ID: DA54E25D5BF13DBE

View File

@ -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)