Reword changelog

This commit is contained in:
Robbert van der Helm
2021-08-08 14:23:04 +02:00
parent 1883888ec6
commit a020d97863
+5 -5
View File
@@ -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