diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-01-11 13:20:37 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-01-11 13:20:37 -0500 |
commit | 219696275df054d25cd385f950eb01ee33312e76 (patch) | |
tree | 4796f8e075757a6d7d525530945d2b333605dbab /docs | |
parent | ceff27c9a82bb16358aa0f390ce3f346c06c47bc (diff) | |
download | SMAPI-219696275df054d25cd385f950eb01ee33312e76.tar.gz SMAPI-219696275df054d25cd385f950eb01ee33312e76.tar.bz2 SMAPI-219696275df054d25cd385f950eb01ee33312e76.zip |
fix errors due to async threads creating content managers
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 5aa279b5..dd4158aa 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -6,6 +6,7 @@ * For players: * SMAPI now prevents mods from crashing the game with invalid schedule data. * Updated minimum game version (1.4 → 1.4.1). + * Fixed 'collection was modified' error when returning to title in rare cases. ## 3.1 Released 05 January 2019 for Stardew Valley 1.4 or later. |