diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-02-28 14:22:30 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-02-28 14:22:30 -0500 |
commit | 5ce096c89a15e74102c2741672a4a75afed47ddb (patch) | |
tree | ce48ae728e05a5879fed272df66777d71fbedd74 /docs | |
parent | b2d47e29ffe58142efd0a5084f33fefffd87a460 (diff) | |
download | SMAPI-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.md | 1 |
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. |