From 39d1b5543bf2462a9793d7ef41fbe2b91b5a9605 Mon Sep 17 00:00:00 2001 From: Odysseas Georgoudis Date: Sat, 19 Nov 2022 01:01:37 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 253376c7..8123edc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,7 +43,7 @@ **Fixes** -- Previously when multiple threads were login, Quill backend logging thread would first try reading the log messages of +- Previously when multiple threads were logging, Quill backend logging thread would first try reading the log messages of one thread until the queue was completely empty before reading the log messages of the next thread. When one of the threads was logging a lot, it could result in only displaying the log of that thread, hiding the logs of the other threads. This has now been fixed and all log messages from all threads are read fairly.