diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-07-13 20:19:02 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-07-13 20:19:02 -0400 |
commit | 76e1fd3905fc16a99225ef212a21e9365adeab88 (patch) | |
tree | 3b3f5b2479e49eb6d77e635cba44c7d47e11ce09 /docs | |
parent | 6bd2c55a76cdd09f327145e9368f9e831ddcbfff (diff) | |
download | SMAPI-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.md | 1 |
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. |