From f1abe1561623968c001943e6c519702796650ef6 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Tue, 4 Aug 2020 21:58:57 +0200 Subject: [PATCH] update the changelog --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 74a37ed6..493fdaa4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,6 +15,9 @@ - support MIDI control faders in headless build (#483) +- support multi-threading in the server to better support multi-core CPUs, + use qmake "CONFIG+=multithreading" to enable the new multi-threading (#339) + - bug fix: added more mutex in the server (should fix #480) - bug fix: --showallservers ping column sort is alphabetic (#201)