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) ---