From bd13d6d1cbf9aed35fc33eb0acb1146cefb810e4 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Mon, 21 Nov 2016 22:21:04 -0500 Subject: update release notes --- release-notes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/release-notes.md b/release-notes.md index 9f38b269..0e2c5972 100644 --- a/release-notes.md +++ b/release-notes.md @@ -9,6 +9,8 @@ For players: * Fixed critical errors being saved to a separate log file. * Fixed compatibility with some older mods.1.1.1, 1.1.2 * Fixed race condition where some mods would sometimes crash because the game wasn't ready yet.1.1.1 + * Fixed errors in some mod event handlers crashing the game.1.1.2 + * Fixed issue where an error in one mod's event handler would cause other mods' handlers to never be called.1.1.2 For developers: * Added new logging interface: -- cgit