From 26db7a87d96ec7e5b53e528039c6946a3b103bf1 Mon Sep 17 00:00:00 2001 From: Dylan Piercey Date: Thu, 6 Feb 2020 10:31:47 -0800 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b546b213e..2501fcdc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ ## 4.18.x +### 4.18.41 + +- Improve support for conditional `w-bind`. [#1494](https://github.com/marko-js/marko/pull/1494) +- No longer delete `onBeforeDestroy` and `onBeforeUpdate` from legacy widget prototypes. [#1494](https://github.com/marko-js/marko/pull/1494) +- Fix regression with registering event handlers for SSR content under a `no-update`. [#1493](https://github.com/marko-js/marko/pull/1493) + ### 4.18.40 - Fix issue with the `ignoreUnrecognizedTags` compiler option with `<@attribute>` tags inside of a `<${dynamic}>` tag. [#1491](https://github.com/marko-js/marko/pull/1491)