diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-12-26 01:30:27 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-12-26 01:30:27 -0500 |
commit | 5a8a684e22b2eec0b318c68adbc6780479d8efd4 (patch) | |
tree | 8035d2eba713314888d6dfe60f84404d24ed06f5 /docs | |
parent | 2406380495cc5176d3cbd2309e6f17080389f9af (diff) | |
download | SMAPI-5a8a684e22b2eec0b318c68adbc6780479d8efd4.tar.gz SMAPI-5a8a684e22b2eec0b318c68adbc6780479d8efd4.tar.bz2 SMAPI-5a8a684e22b2eec0b318c68adbc6780479d8efd4.zip |
add apply_save_fix command
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 2df7467a..be51695e 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -13,6 +13,7 @@ * 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. For the web UI: * Fixed edge cases in SMAPI log parsing. |