Update changelog

This commit is contained in:
Dylan Piercey 2019-05-21 14:10:29 -07:00
parent 197f3ff718
commit c5162dfaca
No known key found for this signature in database
GPG Key ID: DA54E25D5BF13DBE

View File

@ -4,6 +4,11 @@
## 4.16.x
### 4.17.1
- Allow emitting events while the parent is mounting. [#1336](https://github.com/marko-js/marko/issues/1336)
- Fix issue where `component.el` and `component.getEl` could return a marker node. [#1339](https://github.com/marko-js/marko/issues/1339)
### 4.17.0
- Element namespaces are now calculated at runtime, fixes some edge cases with the dynamic tag. [#1333](https://github.com/marko-js/marko/issues/1333)