From 8c2801ce06a94e25882c17c1069f61f3e009b2b0 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Tue, 22 Dec 2020 13:11:54 +0100 Subject: [PATCH] Mention the effEditIdle() change in the changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f1e41d4..3882eb6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,10 @@ TODO: Add the relevant entries here for yabridge's VST3 support - `libyabridge.so` is now called `libyabridge-vst2.so`. If you're using yabridgectl then nothing changes here. To avoid any confusion in the future it's adviced to remove the old `libyabridge.so` file when upgrading. +- VST2 editor idle events are now handled slightly differently. This should + result in even more responsive GUIs and I have not come across any plugins + where this caused issues, but please let me know if it does break anything for + you. - Changed part of the build process considering [this Wine bug](https://bugs.winehq.org/show_bug.cgi?id=49138). Building with Wine 5.7 and 5.8 required a change, but that change now breaks builds using Wine 6.0