From ab3b22428e08b53b38853bc31643bf9810badd8e Mon Sep 17 00:00:00 2001 From: Aaron Johnson Date: Sat, 2 Nov 2019 17:18:07 -0500 Subject: [PATCH] Fixed logging delays (missing/misplaced STDOUT.flush calls) --- static_text/patchnotes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static_text/patchnotes.txt b/static_text/patchnotes.txt index 4b1a354..3c7336e 100644 --- a/static_text/patchnotes.txt +++ b/static_text/patchnotes.txt @@ -3,7 +3,7 @@ Patch Notes: v1.0.01 + Added /help as an alias for /start -+ Fixed logging errors related to a missing/misplaced STDOUT.flush calls ++ Fixed logging delays related to a missing/misplaced STDOUT.flush calls v1.0.00 + Initial Release