summaryrefslogtreecommitdiff
path: root/docs/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-01-17 15:11:45 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-01-17 15:11:45 -0500
commitbc71f994ece3943f02f91cdefbbe126cbef5a541 (patch)
tree7905e3082c7f3db2663699c14b5079b5ed2d8609 /docs/release-notes.md
parentcfe2c3975f8be62581195fbfffc41528f22b2ee3 (diff)
downloadSMAPI-bc71f994ece3943f02f91cdefbbe126cbef5a541.tar.gz
SMAPI-bc71f994ece3943f02f91cdefbbe126cbef5a541.tar.bz2
SMAPI-bc71f994ece3943f02f91cdefbbe126cbef5a541.zip
improve game path detection
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r--docs/release-notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 663ab667..bb379898 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -9,7 +9,7 @@
## Upcoming release
* For players:
- * Improved game path detection. The installer now prefers the path installed through Steam or GOG Galaxy.
+ * Improved game path detection in the installer. The installer now prefers the path registered by Steam or GOG Galaxy, and can also now detect the default install path for manual GOG installs.
* For modders:
* Expanded `PerScreen<T>` API: you can now get/set the value for any screen, get all active values, or clear all values.