From 647208f3a0fc0bdde7b37448ac0e24ed6d73ece8 Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Thu, 5 Jun 2014 22:11:38 -0400 Subject: [PATCH] update change log --- docs/change-log.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/change-log.md b/docs/change-log.md index f4256410..4ebf1f39 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -5,6 +5,7 @@ ### Bug Fixes: - prevent route change when only hash changes in non-hash mode [#107](https://github.com/lhorie/mithril.js/issues/107) +- 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)