summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-10-08 19:50:09 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-10-08 19:50:09 -0400
commit6053b8c01f4bf12bb6addb48c31e1032dc2e2b30 (patch)
tree402f51a008522fdd3b32ca83a4aa867dac9c053e /docs
parentea3d3a6648f0a1c679a7593cfed0dacaed1ec045 (diff)
downloadSMAPI-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.md1
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.