diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-08-09 11:56:40 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-08-09 11:56:40 -0400 |
commit | 066f1857a145c8b9e80a095d2dee1be6419f957b (patch) | |
tree | 2ebfc4533fa204e1264286067a419f17aa981de7 /docs | |
parent | c03430ec7eba11462664a043f14e2f2a122674a1 (diff) | |
download | SMAPI-066f1857a145c8b9e80a095d2dee1be6419f957b.tar.gz SMAPI-066f1857a145c8b9e80a095d2dee1be6419f957b.tar.bz2 SMAPI-066f1857a145c8b9e80a095d2dee1be6419f957b.zip |
fix error when mods add/remove events asynchronously
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index c139ac1a..7f522ce0 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -8,6 +8,9 @@ --> ## Upcoming release +* For players: + * Fixed rare error when a mod adds/removes event handlers asynchronously. + * For the web UI: * Updated the JSON validator/schema for Content Patcher 1.16. @@ -16,7 +19,7 @@ Released 02 August 2020 for Stardew Valley 1.4.1 or later. * For players: * Improved compatibility with some Linux terminals (thanks to jlaw and Spatterjaaay!). - * Fixed rare crash when a mod adds/removes an event handler from an event handler. + * Fixed rare error when a mod adds/removes an event handler from an event handler. * Fixed string sorting/comparison for some special characters. * For the Console Commands mod: |