From d66bc85cff1217ca9b61c3662fe4568dac13e4f4 Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Sat, 20 Sep 2014 10:51:53 -0400 Subject: [PATCH] update 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 8769bdab..fee2f76d 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -18,6 +18,7 @@ - added promise exception monitor and reverted promise exception handling semantics to v0.1.19 semantics (see [mithril.deferred.md#unchecked-error-handling] - fixed redraw scheduling bug in old version of IE - fixed incorrect diff when document is root, and html element is omitted +- fixed querystring clobbering in links w/ config:m.route [#261](https://github.com/lhorie/mithril.js/issues/261) ---