From d87153c1b8a1dd4f48341833d8397564820f83cc Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Wed, 21 May 2014 23:11:05 -0400 Subject: [PATCH] document fix in 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 329146d2..da562a81 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -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) ---