summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-12-26 01:28:00 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-12-26 01:28:00 -0500
commit2406380495cc5176d3cbd2309e6f17080389f9af (patch)
tree1a1e71d64010c3a68383ea7d9a6b22f9ffb4aa39 /docs
parent9215f89825734f447b8637851569de9ffa08b661 (diff)
downloadSMAPI-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.md5
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.