update change log

This commit is contained in:
Leo Horie 2014-08-11 20:59:05 -04:00
parent fb50e6f954
commit b894b0ad1e

View file

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