From 31a6fe606c392e9ba446602c8f95163e5bdd91ed Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Fri, 13 Jun 2014 23:25:18 -0400 Subject: [PATCH] update change log --- docs/change-log.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/change-log.md b/docs/change-log.md index 4ebf1f39..0b42fcb8 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -8,6 +8,8 @@ - config now always runs after template is attached to document [#109](https://github.com/lhorie/mithril.js/issues/109) - fix null reference exception with Browserify [#110](https://github.com/lhorie/mithril.js/issues/110) - fix nested array removal edge cases [#120](https://github.com/lhorie/mithril.js/issues/120) +- ignore redraw calls when controller is not ready [#127](https://github.com/lhorie/mithril.js/issues/127) +- fix null reference exception in nested array edge case [#129](https://github.com/lhorie/mithril.js/issues/129) ---