From a020d97863466155ff99872226fe2a69912b4731 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sun, 8 Aug 2021 14:23:04 +0200 Subject: [PATCH] Reword changelog --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d67cc2a5..a808decf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,16 +12,16 @@ Versioning](https://semver.org/spec/v2.0.0.html). - Added support for VST2 plugins sending and receiving SysEx events. Certain MIDI controllers like the _Arturia MiniLab Mk II_ output SysEx events when - changing between octaves, and hosts like **REAPER** forwards these events + changing between octaves, and some hosts like **REAPER** forwards these events directly to the plugin. Before this change this might cause crashes with plugins that try to handle SysEx events, like the _D16 Group_ plugins. ### Fixed -- Fixed a regression from yabridge 3.5.1 where certain non-standard compliant - VST3 plugins wouldn't resize to their correct size when opening the editor. - This affects **Kontakt**, and it was caused by reverting just a little bit too - much code in the regression fix from the previous release. +- Fixed a regression from yabridge 3.5.1 where certain VST3 plugins wouldn't + resize to their correct size when opening the editor. This affected + **Kontakt**, and it was caused by reverting just a little bit too much code in + the regression fix from the previous release. - Fixed _D16 Group_ plugins crashing when the host tries to send SysEx events. ## [3.5.1] - 2021-06-31