summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-07-13 20:19:02 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-07-13 20:19:02 -0400
commit76e1fd3905fc16a99225ef212a21e9365adeab88 (patch)
tree3b3f5b2479e49eb6d77e635cba44c7d47e11ce09 /docs
parent6bd2c55a76cdd09f327145e9368f9e831ddcbfff (diff)
downloadSMAPI-76e1fd3905fc16a99225ef212a21e9365adeab88.tar.gz
SMAPI-76e1fd3905fc16a99225ef212a21e9365adeab88.tar.bz2
SMAPI-76e1fd3905fc16a99225ef212a21e9365adeab88.zip
fix console commands being invoked asynchronously (#562)
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 0fd6801e..39b08b5a 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -58,6 +58,7 @@
* Fixed console command input not saved to the log.
* Fixed `Context.IsPlayerFree` being false during festivals.
* Fixed `helper.ModRegistry.GetApi` errors not always mentioning which interface caused the issue.
+ * Fixed console commands being invoked asynchronously.
* Fixed mods able to intercept other mods' assets via the internal asset keys.
* Fixed mods able to indirectly change other mods' data through shared content caches.
* Fixed `SemanticVersion` allowing invalid versions in some cases.