diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-10-08 19:50:09 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-10-08 19:50:09 -0400 |
commit | 6053b8c01f4bf12bb6addb48c31e1032dc2e2b30 (patch) | |
tree | 402f51a008522fdd3b32ca83a4aa867dac9c053e /docs | |
parent | ea3d3a6648f0a1c679a7593cfed0dacaed1ec045 (diff) | |
download | SMAPI-6053b8c01f4bf12bb6addb48c31e1032dc2e2b30.tar.gz SMAPI-6053b8c01f4bf12bb6addb48c31e1032dc2e2b30.tar.bz2 SMAPI-6053b8c01f4bf12bb6addb48c31e1032dc2e2b30.zip |
prevent game crash caused by invalid dialogue
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 8b644a43..4e4c5dd9 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -7,6 +7,7 @@ * Most SMAPI files are now tucked into a `smapi-internal` subfolder. * Save backups are now in a `save-backups` subfolder, so they're easier to access. Note that previous backups will be deleted when you update. * Improved various error messages to be more clear and intuitive. + * SMAPI now prevents a crash caused by mods adding dialogue the game can't parse. * Fixed transparency issues on Linux/Mac for some mod images. * Fixed error when a mod manifest is corrupted. * Fixed error when a mod adds an unnamed location. |