aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-10-01 15:00:59 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-10-02 11:10:36 +0100
commitfb86b4dd50ad68b8f14351037d077d6cf9bc82b5 (patch)
tree972b9567003425c4771bd4a9b0ec1a9e7f0fde5d /CHANGELOG.md
parentc2dfa30bad7f17f702985a535f8a0d72b0f47183 (diff)
Fix history API bug.
replace_query_parameter() was stringifying select multiples, meaning they were incorrectly recorded by the pushState and thus breaking on navigation.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 642facde6..53a9752c0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,7 @@
- Do not scan through all problems to show /_dev pages.
- Say “Set password”, not Change, if no password set.
- Do not lose from_body field when edited by non-superuser admin.
+ - Fix history API bug with category/state selection.
- Development improvements:
- Cobrand hook for disabling updates on individual problems.
- Cobrand hook for disallowing title moderation. #2228