diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-07-20 18:43:56 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-07-20 18:43:56 -0400 |
commit | defa1b9a95c6bcb680bef3506ab94a71ed6189d6 (patch) | |
tree | 407864648d7728fe20218eadc0b23fe46d1765eb /docs | |
parent | 735893c1d5549915c2874a9e17dc1d9844408710 (diff) | |
download | SMAPI-defa1b9a95c6bcb680bef3506ab94a71ed6189d6.tar.gz SMAPI-defa1b9a95c6bcb680bef3506ab94a71ed6189d6.tar.bz2 SMAPI-defa1b9a95c6bcb680bef3506ab94a71ed6189d6.zip |
fix concurrency issue in interface proxying
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 9727dd6a..bfea8bfb 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -10,6 +10,7 @@ ## Upcoming release * For players: * Added error message if you manually install the wrong SMAPI bitness (e.g. 32-bit SMAPI with 64-bit game). + * Fixed intermittent error if a mod fetches mod-provided APIs asynchronously. ## 3.11.0 Released 09 July 2021 for Stardew Valley 1.5.4 or later. See [release highlights](https://www.patreon.com/posts/53514295). |