document fix in change log

This commit is contained in:
Leo Horie 2014-05-21 23:11:05 -04:00
parent 7e73004b28
commit d87153c1b8

View file

@ -11,6 +11,7 @@
- Resolving promises early without a value now works [#85](https://github.com/lhorie/mithril.js/issues/85)
- Throwing exceptions within `m.request` now follow the same resolution procedure as `m.deferred` [#86](https://github.com/lhorie/mithril.js/issues/85)
- Promises now always update their `m.prop` on success (and leave the m.prop alone on error)
- Nested arrays no longer cause double removal of elements [#87](https://github.com/lhorie/mithril.js/issues/87)
---