From d85fb8f6f686bc4d93c0e1ba6be957dbba217d29 Mon Sep 17 00:00:00 2001 From: Felix Kauselmann <2039670+selmf@users.noreply.github.com> Date: Sun, 1 Apr 2018 23:10:57 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7dd287b..c723a68f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,9 +13,15 @@ Version counting is based on semantic versioning (Major.Feature.Patch) * Remove legacy OpenGL flow needed for Qt 5.3 compatibility * Improve commandline handling +### YACReader +* Slightly improved multihread handling (goodbye thread pingpong) + ### YACReaderLibrary * Fix system log functions * Add tray icon support +* Replace Qrencode executables with dynamic loaded library +* Add prebuilt qrencode libraries for win and mac +* Update Qrencode to version 4.0.0 ## 9.0.0 (2018-2-18)