From ad680c6423bddc778debfad96475eddbed5f986f Mon Sep 17 00:00:00 2001 From: Isiah Meadows Date: Sat, 27 Jul 2019 19:19:24 -0400 Subject: [PATCH] Preparing for release --- docs/change-log.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/change-log.md b/docs/change-log.md index 7aae9cf5..f133ff8d 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -16,11 +16,13 @@ ### Upcoming... +--> + +### v2.0.2 + - Ensure vnodes are removed correctly in the face of `onbeforeremove` resolving after new nodes are added ([#2492](https://github.com/MithrilJS/mithril.js/pull/2492) [@isiahmeadows](https://github.com/isiahmeadows)) - Fix prototype pollution vulnerability in `m.parseQueryString` ([#2494](https://github.com/MithrilJS/mithril.js/pull/2494) [@isiahmeadows](https://github.com/isiahmeadows)) ---> - ### v2.0.1 Same as v2.0.0, but with a publish that didn't have a botched upload.