diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-12-26 01:28:00 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-12-26 01:28:00 -0500 |
commit | 2406380495cc5176d3cbd2309e6f17080389f9af (patch) | |
tree | 1a1e71d64010c3a68383ea7d9a6b22f9ffb4aa39 /docs | |
parent | 9215f89825734f447b8637851569de9ffa08b661 (diff) | |
download | SMAPI-2406380495cc5176d3cbd2309e6f17080389f9af.tar.gz SMAPI-2406380495cc5176d3cbd2309e6f17080389f9af.tar.bz2 SMAPI-2406380495cc5176d3cbd2309e6f17080389f9af.zip |
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,
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 5 |
1 files changed, 4 insertions, 1 deletions
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. |