diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-09-27 13:23:48 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-09-27 13:23:48 -0400 |
commit | 5c733af7478db7c4a5b578512b4236e021b2abc9 (patch) | |
tree | ab7a3f1b3ec8b81d059c5a180239be4ea9857101 /docs/release-notes.md | |
parent | 4eff88fe73760ef89423de76cae80ffeee235240 (diff) | |
download | SMAPI-5c733af7478db7c4a5b578512b4236e021b2abc9.tar.gz SMAPI-5c733af7478db7c4a5b578512b4236e021b2abc9.tar.bz2 SMAPI-5c733af7478db7c4a5b578512b4236e021b2abc9.zip |
fix update-check error for Chucklefish mods due to site change
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r-- | docs/release-notes.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index a125c92a..3ba34342 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -9,17 +9,18 @@ ## Upcoming release * For players: - * Improved performance of exit handler (thanks to millerscout!). + * Improved performance on some older computers (thanks to millerscout!). + * Fixed update alerts for Chucklefish forum mods broken by a recent site change. * For modders: * Fixed asset propagation for `Data\MoviesReactions`. - * Fixed error in the case-insensitive content pack logic when a mod reads a null file path. (It now correctly logs an error in the code that handles the path instead.) + * Fixed error in content pack path handling when you pass a null path. * For the web UI: * Updated the JSON validator/schema for Content Patcher 1.18. * For SMAPI developers: - * Reworked how the _mod build config_ package is released, added auto-generated package on build. + * Simplified preparing a mod build config package release. ## 3.7.3 Released 16 September 2020 for Stardew Valley 1.4.1 or later. |