From 39a0c1e63be43d6fac8c2749fe0fc6349492a905 Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Sat, 16 Aug 2014 22:21:20 -0400 Subject: [PATCH] update change log --- docs/change-log.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/change-log.md b/docs/change-log.md index 8f0be948..736afa9f 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -1,5 +1,21 @@ ## Change Log +[v0.1.21](/mithril/archive/v0.1.21) - maintenance + +### News: + +- passing a promise to an `m.prop` now populates it with the resolved value upon resolution, and returns `undefined` otherwise +- `m.redraw` can now be forced to called synchronously + +### Bug Fixes: + +- fixed handling of `+` character in `m.route.param` [#204](https://github.com/lhorie/mithril.js/issues/204) +- fixed corner case for undefined children in diff [#206](https://github.com/lhorie/mithril.js/issues/206) +- fixed context.onunload for array items [#200](https://github.com/lhorie/mithril.js/issues/200) +- fixed handling on comments in HTML converter tool + +--- + [v0.1.20](/mithril/archive/v0.1.20) - maintenance ### News: