aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2020-11-11 13:50:50 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-11-12 07:46:52 -0800
commit10a026b2ffd5f9271411fb8e733a3910de88761c (patch)
tree0275791e3193a16954db7bd4d46ca428b0e7f5b8 /CHANGELOG.md
parent6133796cdafc963713ff15a63ae7e1e538e7fac9 (diff)
downloadsubsurface-10a026b2ffd5f9271411fb8e733a3910de88761c.tar.gz
filter: avoid Windows crash
The scope confusion between s (the for loop variable) and s (the function argument) caused a crash in the s.split() on Windows. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
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 3f14b5350..e71cf72e2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,4 @@
+- Windows: avoid crash when setting filter values for tag-style fields
- mobile: add location service warning as required by Google Play
- mobile: fix manually adding dives in the past [#2971]