From 549c18462fcbcca9c14053fbde012c6de522e332 Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Sun, 12 Oct 2014 22:01:18 -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 9ea0f077..733e1329 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -8,6 +8,7 @@ - fixed handling of select[multiple] - fixed template compiler edge case [#286](https://github.com/lhorie/mithril.js/issues/286) - fixed pathname bug in m.route [#290](https://github.com/lhorie/mithril.js/issues/290) +- fixed pathname querystring bug in routed links [#304](https://github.com/lhorie/mithril.js/issues/304) ---