summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-02-28 14:22:30 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-02-28 14:22:30 -0500
commit5ce096c89a15e74102c2741672a4a75afed47ddb (patch)
treece48ae728e05a5879fed272df66777d71fbedd74 /docs
parentb2d47e29ffe58142efd0a5084f33fefffd87a460 (diff)
downloadSMAPI-5ce096c89a15e74102c2741672a4a75afed47ddb.tar.gz
SMAPI-5ce096c89a15e74102c2741672a4a75afed47ddb.tar.bz2
SMAPI-5ce096c89a15e74102c2741672a4a75afed47ddb.zip
fix edge case for non-English farmhands where content coordinator handled return to title too late
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 833e2130..6f69479e 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -13,6 +13,7 @@
* For mod authors:
* Added three stages to the `LoadStageChanged` event: `CreatedInitialLocations`/`SaveAddedLocations` (raised immediately after the game adds locations but before they're initialized), and `ReturningToTitle` (raised before exiting to the title screen).
+ * Fixed edge case when playing as a farmhand in non-English where translatable assets loaded via `IAssetLoader` weren't reapplied immediately when the server disconnects.
## 3.9.2
Released 21 February 2021 for Stardew Valley 1.5.4 or later.