diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2016-11-21 22:21:04 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2016-11-21 22:21:04 -0500 |
commit | bd13d6d1cbf9aed35fc33eb0acb1146cefb810e4 (patch) | |
tree | 2bb39ca815922a345271760ab5c3fcd8cf450f20 | |
parent | 9bf1ad71b43e41a3dfe645ccf66c6fb6b2e96242 (diff) | |
download | SMAPI-bd13d6d1cbf9aed35fc33eb0acb1146cefb810e4.tar.gz SMAPI-bd13d6d1cbf9aed35fc33eb0acb1146cefb810e4.tar.bz2 SMAPI-bd13d6d1cbf9aed35fc33eb0acb1146cefb810e4.zip |
update release notes
-rw-r--r-- | release-notes.md | 2 |
1 files changed, 2 insertions, 0 deletions
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.<sup>1.1.1, 1.1.2</sup> * Fixed race condition where some mods would sometimes crash because the game wasn't ready yet.<sup>1.1.1</sup> + * Fixed errors in some mod event handlers crashing the game.<sup>1.1.2</sup> + * Fixed issue where an error in one mod's event handler would cause other mods' handlers to never be called.<sup>1.1.2</sup> For developers: * Added new logging interface: |