From 59b57f48daf2d97611deb11268b008e0856f57ad Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Tue, 27 Oct 2020 17:30:18 +0100 Subject: [PATCH] Add a changelog entry for the thread rework --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b04c8e7..1eef173f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,12 @@ Versioning](https://semver.org/spec/v2.0.0.html). TODO: Remove all mentions of `hack_reaper_update_display` from the readme. +### Changed + +- As part of the communication rework the way the Wine process handles threading + has also been completely reworked. although this should not cause any + noticeable changes. + ## [1.7.1] - 2020-10-23 ### Fixed