From 423253f1a8463ea4fd23a2812342395cb2affb8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Yves=20G=C3=A9rardy?= Date: Mon, 31 Jul 2017 12:28:40 +0200 Subject: [PATCH] Move the #1921/#1922 line into the v1.1.4 change set --- docs/change-log.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/change-log.md b/docs/change-log.md index 9df82039..64c727c8 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -1,5 +1,7 @@ # Change log +- [v2.0.0](#v113) +- [v1.1.4](#v113) - [v1.1.3](#v113) - [v1.1.2](#v112) - [v1.1.1](#v111) @@ -24,6 +26,13 @@ #### Bug fixes - API: `m.route.set()` causes all mount points to be redrawn ([#1592](https://github.com/MithrilJS/mithril.js/pull/1592)) + +--- + +### v1.1.4 + +#### Bug fixes: + - core: don't call `onremove` on the children of components that return null from the view [#1921](https://github.com/MithrilJS/mithril.js/issues/1921) [octavore](https://github.com/octavore) ([#1922](https://github.com/MithrilJS/mithril.js/pull/1922)) ---