From 76e1fd3905fc16a99225ef212a21e9365adeab88 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Fri, 13 Jul 2018 20:19:02 -0400 Subject: fix console commands being invoked asynchronously (#562) --- docs/release-notes.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') 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. -- cgit