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) ---