From 1d3ae726bfbc736853fd22abec1bd0754efeead0 Mon Sep 17 00:00:00 2001 From: otavepto <153766569+otavepto@users.noreply.github.com> Date: Fri, 3 May 2024 14:08:41 +0300 Subject: [PATCH] changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a405d5f4..ee21fa9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ * **[Clompress]** update Turkish translation +* increase polling of the run callbacks background thread to `300 ms` +* refactored all code inside `.h/.cpp` pair, all source code in `dll/` is no longer written inside `.h` files ---