From 8ff54ccbfd37f323741afaa845655cf14b094e4a Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Thu, 10 Jul 2014 08:53:35 -0400 Subject: [PATCH] document previous fix in change log --- docs/change-log.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/change-log.md b/docs/change-log.md index 394764b1..5ba49534 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -1,10 +1,11 @@ ## Change Log -[v0.1.18](/mithril/archive/v0.1.19) - maintenance +[v0.1.19](/mithril/archive/v0.1.19) - maintenance ### Bug Fixes: -- fix double redraw when events fire simultaneously +- fix double redraw when events fire simultaneously [#151](https://github.com/lhorie/mithril.js/issues/151) +- fix node insertion bug when using document as root [#153](https://github.com/lhorie/mithril.js/issues/153) - prevent routes from reverting to original route in some cases ---