From c5162dfacad51023ba56d6035eebc2296f538248 Mon Sep 17 00:00:00 2001 From: Dylan Piercey Date: Tue, 21 May 2019 14:10:29 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc7a80e40..98e665ff5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)