summaryrefslogtreecommitdiff
path: root/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2016-11-19 16:03:45 -0500
committerJesse Plamondon-Willard <github@jplamondonw.com>2016-11-19 16:03:45 -0500
commitcb6f6fe19d51acd995e33bc04c3bf243c05e34da (patch)
tree3454b25d66ce0ba102184a0b9712af729471fbf2 /release-notes.md
parentbff59aacba9f97fe90b89d2640b56be57e3866e5 (diff)
downloadSMAPI-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.md1
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: