summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-12-24 23:04:28 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-12-24 23:04:28 +0200
commitcf93928fe9cb4ce1600f2f472191ce88e94ee0d7 (patch)
tree2d1e7c61ad1c1476986d6a13332c69d2b84c91f9 /res
parent738a267b8c22172180e549b5a9a14ed32f6bd16d (diff)
Fixed percent-encoding the query string
Good old mutable vs. non-mutable argument confusion. The encoded return value was ignored (and leaked).
Diffstat (limited to 'res')
-rw-r--r--res/about/version.gmi1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi
index 42fdfba0..153882c7 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -7,6 +7,7 @@
7# Release notes 7# Release notes
8 8
9## 1.0.1 9## 1.0.1
10* Fixed percent-encoding of the query string.
10* Fixed cursor positioning in input fields. 11* Fixed cursor positioning in input fields.
11 12
12## 1.0 13## 1.0