summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-07-30 01:48:22 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-07-30 01:48:22 -0400
commitdc78d944e8663c02f305bbadff1c13e8c63eb42f (patch)
tree2e18bc4766d5499cc9807d555cfb78cb850da561 /docs
parent940bf922418da9ddac10c67cc5682a9bbf13c063 (diff)
downloadSMAPI-dc78d944e8663c02f305bbadff1c13e8c63eb42f.tar.gz
SMAPI-dc78d944e8663c02f305bbadff1c13e8c63eb42f.tar.bz2
SMAPI-dc78d944e8663c02f305bbadff1c13e8c63eb42f.zip
recover save when mods leave null objects in the world
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 0f144bf5..44807dcb 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -3,6 +3,7 @@
# Release notes
## Upcoming release
* For players:
+ * Added automatic save recovery when custom content mods leave null objects in the save.
* Added error if the wrong SMAPI bitness is installed (e.g. 32-bit SMAPI with 64-bit game).
* Added error if some SMAPI files aren't updated correctly.
* Added `removable` option to the `world_clear` console command (thanks to bladeoflight16!).