diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-10-10 13:36:11 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-10-10 13:36:11 -0400 |
commit | 474c76183b601dc9ebd238a9acb69cd71f598af0 (patch) | |
tree | 9b3890131cb0b3d12f5f3e46b5a8f08c8c931564 /docs/release-notes.md | |
parent | 93a748996c1f728a1daafd2e69775c7eeb346b26 (diff) | |
download | SMAPI-474c76183b601dc9ebd238a9acb69cd71f598af0.tar.gz SMAPI-474c76183b601dc9ebd238a9acb69cd71f598af0.tar.bz2 SMAPI-474c76183b601dc9ebd238a9acb69cd71f598af0.zip |
fix error when Steam .vdf file doesn't exist
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r-- | docs/release-notes.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 7574d62b..9f50fafa 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -7,6 +7,10 @@ _If needed, you can update to SMAPI 3.16.0 first and then install the latest version._ --> +## Upcoming release +* For players: + * Fixed installer error on Windows if the Steam library folder exists but doesn't contain Steam's `.vdf` library data file. + ## 3.17.0 Released 09 October 2022 for Stardew Valley 1.5.6 or later. See [release highlights](https://www.patreon.com/posts/73090322). |