summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-01-15 17:21:11 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-01-15 17:21:11 -0500
commit4cffd6c2c092b18940f2dd1041e418f60573a87e (patch)
treee4d07afd879337f3dbe66f6cc89d458fb748c52e /docs
parent8ebb9ce8d4c554b077e1e6286531c101d64c019d (diff)
downloadSMAPI-4cffd6c2c092b18940f2dd1041e418f60573a87e.tar.gz
SMAPI-4cffd6c2c092b18940f2dd1041e418f60573a87e.tar.bz2
SMAPI-4cffd6c2c092b18940f2dd1041e418f60573a87e.zip
add save recovery for missing custom farm type
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 06d75b15..aea4dbab 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -3,7 +3,8 @@
# Release notes
## Upcoming release
* For players:
- * Added auto-fix for custom maps which don't have a required tilesheet.
+ * Added automatic fix for custom maps which don't have a required tilesheet.
+ * Added automatic save recovery when the custom farm type isn't available anymore.
* Added the new game build number to the SMAPI console + log.
* Fixed extra newlines shown in the console in non-developer mode.
* Fixed macOS launch issue when using some terminals (thanks to bruce2409!).