From a57b1986acce4b5c47298bd39526edcec356b62a Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Thu, 23 Jul 2015 23:13:03 -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 82ec54b6..0d51aa3f 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -13,6 +13,7 @@ - errors thrown from the exception monitor no longer freeze redrawing - fix edge case with falsy keys - fix controller prototype inheritance in component controllers +- fix return value of `parseQueryString` if input is empty string ---