From 4f49d2bb8ccf95f570d9f8cd0208b06af1989044 Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Fri, 13 Mar 2015 23:30:54 -0400 Subject: [PATCH] update change log --- docs/change-log.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/change-log.md b/docs/change-log.md index 273cd0b1..7ec773c3 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -8,12 +8,15 @@ - m.request's `unwrapSuccess` and `unwrapError` callbacks now receive the XMLHttpRequest instance as a second parameter - 3rd parameter for `m.route(route, params, shouldReplaceHistory)` is now public - exact routes now have higher precedence than routes w/ variables [#452](https://github.com/lhorie/mithril.js/issues/452) +- there's now a `retain` flag to control on-route-change diff strategy on a per-element basis ### Bug Fixes: - fix routing bug in IE9 [#320](https://github.com/lhorie/mithril.js/issues/320) - fix ordering bug in m.trust when using HTML entities [#453](https://github.com/lhorie/mithril.js/issues/453) - set promise's default value to initialValue if coming from m.request [#454](https://github.com/lhorie/mithril.js/issues/454) +- fix dom element ownership bug when mixing keyed elements and third party plugin elements [#463](https://github.com/lhorie/mithril.js/issues/463) +- fix edge case in flatten algorithm [#448](https://github.com/lhorie/mithril.js/issues/448) ---