summaryrefslogtreecommitdiff
path: root/docs/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2023-05-14 16:10:59 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2023-05-14 16:10:59 -0400
commit9e1bfff7f7889783fcaa7d055e3351b90d03f465 (patch)
tree305ea3b66d43db56fe7441aa771c46a5ef8914ad /docs/release-notes.md
parentbb5c4001d6c46e30584b503638f0df957d0673e9 (diff)
downloadSMAPI-9e1bfff7f7889783fcaa7d055e3351b90d03f465.tar.gz
SMAPI-9e1bfff7f7889783fcaa7d055e3351b90d03f465.tar.bz2
SMAPI-9e1bfff7f7889783fcaa7d055e3351b90d03f465.zip
fix install error if a game folder has an invalid symlink
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r--docs/release-notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index cd9ef7b9..298a0f8e 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -12,6 +12,7 @@
* Added support for overriding SMAPI configuration per `Mods` folder (thanks to Shockah!).
* In multiplayer, the game/SMAPI window titles now show whether you're the main player or a farmhand.
* Fixed logged SMAPI errors not having line numbers on Linux/macOS.
+ * Fixed install error if a game folder has an invalid symlink.
* For mod authors:
* Added support for [custom update manifests](https://stardewvalleywiki.com/Modding:Modder_Guide/APIs/Update_checks#Custom_update_manifest) (thanks to Jamie Taylor!).