diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-12-26 11:22:09 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-12-26 11:22:09 -0500 |
commit | 5ac46b7ab22ad5d6ce558a6b6d6d020971c178bd (patch) | |
tree | 81fda584e9bad2d95218db9d7cc41146cc10f3ec /docs/release-notes.md | |
parent | 5cc069476e1cb63c8fef2dd245a540b6b5130e68 (diff) | |
download | SMAPI-5ac46b7ab22ad5d6ce558a6b6d6d020971c178bd.tar.gz SMAPI-5ac46b7ab22ad5d6ce558a6b6d6d020971c178bd.tar.bz2 SMAPI-5ac46b7ab22ad5d6ce558a6b6d6d020971c178bd.zip |
prepare for release
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r-- | docs/release-notes.md | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 0cc45116..90557c54 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -7,13 +7,15 @@ * Migrated to Harmony 2.0 (see [_migrate to Harmony 2.0_](https://stardewvalleywiki.com/Modding:Migrate_to_Harmony_2.0) for more info). --> -## Upcoming release +## 3.8.1 +Released 26 December 2020 for Stardew Valley 1.5.1 or later. + * For players: - * Fixed community center bundles broken for non-English saves created in SMAPI 3.8.0. Affected saves will be fixed automatically next time you load them. + * Fixed broken community center bundles for non-English saves created in Stardew Valley 1.5. Affected saves will be fixed automatically on load. * For modders: - * World events are now raised for the volcano levels. - * Added `apply_save_fix` command to reapply a save migration in exceptional cases. This should be used with extreme care. Type `help apply_save_fix` for details. + * World events are now raised for volcano dungeon levels. + * Added `apply_save_fix` command to reapply a save migration in exceptional cases. This should be used very carefully. Type `help apply_save_fix` for details. * **Deprecation notice:** the `Helper.ConsoleCommands.Trigger` method is now deprecated and should no longer be used. See [integration APIs](https://stardewvalleywiki.com/Modding:Modder_Guide/APIs/Integrations) for better mod integration options. It will eventually be removed in SMAPI 4.0. For the web UI: |