From 6f9a1f1525331db3c9fc089e98193e082add3329 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Tue, 21 Jul 2020 13:57:28 -0400 Subject: fix error when a mod adds/remove an event handler while handling the event --- docs/release-notes.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') 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. -- cgit