diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-08-02 21:14:22 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-08-02 21:14:22 -0400 |
commit | 5256b738b486aa1591c6b25b41410973f1feaf46 (patch) | |
tree | 4b43fc95e2bcd72eb2f67673239e28b3ef86579b /docs | |
parent | 5b31be76dd90711ff475341de8dfdb6e1f50b98a (diff) | |
download | SMAPI-5256b738b486aa1591c6b25b41410973f1feaf46.tar.gz SMAPI-5256b738b486aa1591c6b25b41410973f1feaf46.tar.bz2 SMAPI-5256b738b486aa1591c6b25b41410973f1feaf46.zip |
use more reliable method to get save folder name
SMAPI now tracks the actual folder name being loaded to avoid edge cases where the folder name doesn't match the save ID.
Diffstat (limited to 'docs')
-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 36f07129..eeff3347 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,6 +1,10 @@ ← [README](README.md) # Release notes +## Upcoming release +* For mod authors: + * Fixed save constants not set correctly in edge cases where the folder name doesn't match the save ID. + ## 3.12.0 01 August 2021 for Stardew Valley 1.5.4 or later. See [release highlights](https://www.patreon.com/posts/54388616). |