From fb1eefa8800d0603639c3e87e830720d26d62286 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Wed, 9 Jun 2021 12:21:13 +0200 Subject: [PATCH] Reorder changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c30d68b..c229386c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,12 +15,12 @@ Versioning](https://semver.org/spec/v2.0.0.html). ### Fixed +- Fixed mouse clicks in VST2 editors in **Tracktion Waveform** being offset + vertically because of the way Waveform embeds VST2 editors. - Fixed _Shattered Glass Audio Code Red (Free)_ crashing when opening the plugin editor because the plugin doesn't initialize Microsoft COM before using it. We now always initialize Microsoft COM unconditionally, instead of only doing it when a plugin fails to initialize the first time without it. -- Fixed mouse clicks in VST2 editors in **Tracktion Waveform** being offset - vertically because of the way Waveform embeds VST2 editors. - Fixed log message for the cached `IPlugView::canResize()` VST3 function calls implemented in yabridge 3.2.0.