From 2406380495cc5176d3cbd2309e6f17080389f9af Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sat, 26 Dec 2020 01:28:00 -0500 Subject: fix SMAPI using a cached translation when the game asks for an untranslated asset This mainly affects community center bundles in Stardew Valley 1.5, --- docs/release-notes.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/release-notes.md') diff --git a/docs/release-notes.md b/docs/release-notes.md index e464154f..2df7467a 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -8,8 +8,11 @@ --> ## Upcoming release +* For players: + * Fixed community center bundle corruption for non-English players. + * For modders: - * Fixed world events not raised for volcano levels. + * World events are now raised for the volcano levels. For the web UI: * Fixed edge cases in SMAPI log parsing. -- cgit