diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-01-25 11:00:37 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-01-25 11:00:37 -0500 |
commit | e33386abcc03c6fd94c365309a23e66f0fe9d6eb (patch) | |
tree | 4c43991939ed8840bbb9d2f200d74cdd65171f05 /docs | |
parent | d1935e686c6396519a1ff9b1b429cd55adcf8d11 (diff) | |
download | SMAPI-e33386abcc03c6fd94c365309a23e66f0fe9d6eb.tar.gz SMAPI-e33386abcc03c6fd94c365309a23e66f0fe9d6eb.tar.bz2 SMAPI-e33386abcc03c6fd94c365309a23e66f0fe9d6eb.zip |
prevent load crashes due to invalid building types
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 35fdbb4b..970f26f1 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -5,6 +5,7 @@ * For players: * SMAPI now prevents mods from crashing the game with invalid schedule data. + * SMAPI now prevents load crashes due to invalid building types. * Updated minimum game version (1.4 → 1.4.1). * Fixed 'collection was modified' error when returning to title in rare cases. * Fixed update-check error if a mod's Chucklefish page has no version. |