From bd144b45030a735634152b88cbd5d93c1b60daa3 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sun, 26 Apr 2026 18:48:08 +0200 Subject: [PATCH] Mention UI thread changes in changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 589057b7..501da42f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,9 @@ Versioning](https://semver.org/spec/v2.0.0.html). **Ardour** that would cause yabridge to hang and eventually crash the host by consuming too much memory. This only affected the prebuilt binaries from the releases page. +- A couple more VST3 functions are now called from the UI thread. This should + help with compatibility with plugins using modern VSTGUI versions, such as + _Serum 2_. - As a side effect of the above change, plugin GUIs are now also no longer offset when the plugin window is dragged offscreen on the top and/or left sides of the screen.