diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-04-15 18:06:37 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-04-15 18:06:37 -0400 |
commit | 97821362daeaa3dd34e3728680760d44043825be (patch) | |
tree | 7bc5416cc1c723376b80ea987b94b00fde31322c /docs/release-notes.md | |
parent | 5f73d47fb9dfe7ac2733a0a5fe57cf96639594f9 (diff) | |
download | SMAPI-97821362daeaa3dd34e3728680760d44043825be.tar.gz SMAPI-97821362daeaa3dd34e3728680760d44043825be.tar.bz2 SMAPI-97821362daeaa3dd34e3728680760d44043825be.zip |
prevent object.loadDisplayName errors due to invalid/missing item data
Diffstat (limited to 'docs/release-notes.md')
-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 d064f17f..d08e7476 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -4,6 +4,7 @@ ## Upcoming release * For players: * Added config option to disable console colors. + * SMAPI now prevents more errors/crashes due to invalid item data. * Updated compatibility list. * For the Console Commands mod: |