From e4d5b1d0dba0a7c2078327ef298d32bc8d45f25b Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Fri, 23 Aug 2019 16:18:51 -0400 Subject: fix 'unknown file extension' error not listing .json as a valid extension --- 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 3addb2d0..2c3db5d1 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -7,6 +7,7 @@ These changes have not been released yet. * 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. + * Fixed various error messages and inconsistent spelling. * For the web UI: * When filtering the mod list, clicking a mod link now automatically adds it to the visible mods. -- cgit