From aaed5f012821d08ea56c5d4df5d683e83b019c4a Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Mon, 5 Jul 2021 15:03:55 +0200 Subject: [PATCH] Reword changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 269bcb72..00eab412 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -63,9 +63,9 @@ Versioning](https://semver.org/spec/v2.0.0.html). API](https://www.reaper.fm/sdk/vst/vst_ext.php#vst_host) which currently isn't supported by yabridge. We now explicitly ignore these requests. - Fixed the plugin-side watchdog timer that checks whether the Wine plugin host - process failed to start treating zombie processes as still running. This could - cause plugins to hang during scanning if the Wine process crashed in a very - specific (and likely impossible) way. + process failed to start from treating zombie processes as running, active + processes. This could cause plugins to hang during scanning if the Wine + process crashed in a very specific (and likely impossible) way. - In the event a VST3 plugin were to return a null pointer for `IEditController::createView()`, this will now be propagated correctly on the plugin side.