From edb44cdb4011b794e45bc278c55e41af98ebf06b Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Mon, 9 Jul 2018 20:59:39 -0400 Subject: fix error reading empty translation files --- 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 bbf04556..0fd6801e 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -53,6 +53,7 @@ * Fixed assets loaded by temporary content managers not being editable by mods. * Fixed assets not reloaded consistently when the player switches language. * Fixed error if a mod loads a PNG while the game is loading (e.g. custom map tilesheets via `IAssetLoader`). + * Fixed error if a mod translation file is empty. * Fixed input suppression not working consistently for clicks. * Fixed console command input not saved to the log. * Fixed `Context.IsPlayerFree` being false during festivals. -- cgit