From b894b0ad1e8c19a637c98aafc7f7981f6000804a Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Mon, 11 Aug 2014 20:59:05 -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 2ff2f0d8..b3e609a1 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -5,6 +5,7 @@ ### Bug Fixes: - fixed IE8 null reference exception in `m` +- fixed IE8 empty-text-node-in-input issue [#195](https://github.com/lhorie/mithril.js/issues/195) - fixed `m.sync` resolution when passed an empty array [#191](https://github.com/lhorie/mithril.js/issues/191) ---