summaryrefslogtreecommitdiff
path: root/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-02-19 01:29:30 -0500
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-02-19 01:29:30 -0500
commit69ed617e568c9f2e4a15aee4a7bdecba03c13341 (patch)
tree9025cc00ae485594e277c9f650c9a24d9e7c3425 /release-notes.md
parentc72adcd119d9e96f47f93a2a7d5beb4974dffc0b (diff)
downloadSMAPI-69ed617e568c9f2e4a15aee4a7bdecba03c13341.tar.gz
SMAPI-69ed617e568c9f2e4a15aee4a7bdecba03c13341.tar.bz2
SMAPI-69ed617e568c9f2e4a15aee4a7bdecba03c13341.zip
fix installer not recognising Linux/Mac paths starting with ~ or containing an escaped space
Diffstat (limited to 'release-notes.md')
-rw-r--r--release-notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/release-notes.md b/release-notes.md
index 7cce15c4..b827f6bf 100644
--- a/release-notes.md
+++ b/release-notes.md
@@ -10,6 +10,7 @@ For players:
* Fixed game's debug output being shown in the console for all users.
* Fixed installer errors for some players when deleting files.
* Fixed installer not ignoring potential game folders that don't contain a Stardew Valley exe.
+* Fixed installer not recognising Linux/Mac paths starting with `~/` or containing an escaped space.
* Fixed rare issue where mod dependencies would override SMAPI dependencies and cause unpredictable bugs.
For mod developers: