diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2016-11-19 16:03:45 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2016-11-19 16:03:45 -0500 |
commit | cb6f6fe19d51acd995e33bc04c3bf243c05e34da (patch) | |
tree | 3454b25d66ce0ba102184a0b9712af729471fbf2 /release-notes.md | |
parent | bff59aacba9f97fe90b89d2640b56be57e3866e5 (diff) | |
download | SMAPI-cb6f6fe19d51acd995e33bc04c3bf243c05e34da.tar.gz SMAPI-cb6f6fe19d51acd995e33bc04c3bf243c05e34da.tar.bz2 SMAPI-cb6f6fe19d51acd995e33bc04c3bf243c05e34da.zip |
fix race condition where GameLoaded event was sometime fired before the game was ready
Diffstat (limited to 'release-notes.md')
-rw-r--r-- | release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/release-notes.md b/release-notes.md index 65fe297e..2fa17b7f 100644 --- a/release-notes.md +++ b/release-notes.md @@ -8,6 +8,7 @@ For players: * Fixed an error in 1.0 when mod uses `config.json` but the file doesn't exist. * Fixed critical errors being saved to a separate log file. * Fixed compatibility with mods that use obsolete `Log` methods.<sup>1.1.1</sup> + * Fixed race condition where some mods would sometimes crash because the game wasn't ready yet.<sup>1.1.1</sup> For developers: * Added new logging interface: |