From 264f6ab8b59dd6a492cd5f5cb04b2b7fbd5a1e01 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Wed, 28 Oct 2020 21:19:50 +0100 Subject: [PATCH] Mention that all plugin group crashes are fixed --- CHANGELOG.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9f9dafc..aa24889b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,16 +27,23 @@ Versioning](https://semver.org/spec/v2.0.0.html). TODO: Remove known issue about opening Kontakt and certain other plugins causing playback to stall, since this is no longer the case +### Changed + +- As part of the communication rework the way the Wine process handles threading + has also been completely reworked. + ### Removed - The `hack_reaper_update_display` option is now obsolete and has been removed. TODO: Remove all mentions of `hack_reaper_update_display` from the readme. -### Changed +### Fixed -- As part of the communication rework the way the Wine process handles threading - has also been completely reworked. +- Fixed a very long standing issue when using plugins groups where unloading a + plugin could cause a crash. In practice this was only reproducible during the + plugin scanning process when hosting a very large number of plugins in a + single group. ## [1.7.1] - 2020-10-23