From 6285c7954843557eec06cbae406c8ae436512803 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Fri, 12 Jul 2019 20:01:38 -0400 Subject: prevent mods from crashing the game with invalid dialogue in more cases --- docs/release-notes.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/release-notes.md b/docs/release-notes.md index 87b142bc..3addb2d0 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -5,6 +5,7 @@ These changes have not been released yet. * For players: * SMAPI now prevents invalid items from breaking menus on hover. * SMAPI now prevents invalid event preconditions from crashing the game (thanks to berkayylmao!). + * SMAPI now prevents more invalid dialogues from crashing the game. * Fixed errors during early startup not shown before exit. * For the web UI: -- cgit