From 2b304fbabcb7926e324524eee3cf3a5198cfb614 Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Fri, 11 Jul 2014 23:11:45 -0400 Subject: [PATCH] update change log --- 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 5ba49534..91898fba 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -4,9 +4,11 @@ ### Bug Fixes: -- 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) +- fixed double redraw when events fire simultaneously [#151](https://github.com/lhorie/mithril.js/issues/151) +- fixed 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 +- fixed nested array ordering [#156](https://github.com/lhorie/mithril.js/issues/156) +- fixed key ordering in interpolation case [#157](https://github.com/lhorie/mithril.js/issues/157) ---