diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-07-21 13:57:28 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-07-21 13:57:28 -0400 |
commit | 6f9a1f1525331db3c9fc089e98193e082add3329 (patch) | |
tree | de531d4dce331d7ea15f99cb5ba649edd15d52db /docs | |
parent | 4b07e1052027947186b6a7d4de489b5dc6a9d4f0 (diff) | |
download | SMAPI-6f9a1f1525331db3c9fc089e98193e082add3329.tar.gz SMAPI-6f9a1f1525331db3c9fc089e98193e082add3329.tar.bz2 SMAPI-6f9a1f1525331db3c9fc089e98193e082add3329.zip |
fix error when a mod adds/remove an event handler while handling the event
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 07905180..ed496848 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -11,6 +11,7 @@ * For players: * SMAPI now ignores more content file types when detecting mods (`.doc`, `.docx`, `.rar`, and `.zip`). * Fixed launcher's fallback logic on Linux when no compatible terminal was found (thanks to jlaw!). + * Fixed rare crash when a mod adds/removes an event handler from an event handler. * For the Console Commands mod: * Fixed error opening menu when some item data is invalid. |