Reword changelog

This commit is contained in:
Robbert van der Helm
2021-06-09 12:41:07 +02:00
parent 7c9cd7b9e5
commit 6fd31168d8
+8 -8
View File
@@ -10,20 +10,20 @@ Versioning](https://semver.org/spec/v2.0.0.html).
### Added ### Added
- Added all thread names to all worker threads created by yabridge. This can - Added thread names to all worker threads created by yabridge. This makes it
make it easier to debug and profile yabridge. easier to debug and profile yabridge.
### Fixed ### Fixed
- Fixed the `IPlugView::canResize()` cache added in yabridge 3.2.0 sometimes not - Fixed the `IPlugView::canResize()` cache added in yabridge 3.2.0 sometimes not
being initialized correctly, preventing host-driven resizes in certain being initialized properly, preventing host-driven resizes in certain
situations. This was mostly noticeable in **Ardour**. situations. This was mostly noticeable in **Ardour**.
- Fixed mouse clicks in VST2 editors in **Tracktion Waveform** being offset - Fixed mouse clicks in VST2 editors in **Tracktion Waveform** being offset
vertically because of the way Waveform embeds VST2 editors. vertically by a small amount because of the way Waveform embeds VST2 editors.
- Fixed _Shattered Glass Audio Code Red (Free)_ crashing when opening the plugin - Fixed _Shattered Glass Audio_ plugins crashing when opening the plugin editor
editor because the plugin doesn't initialize Microsoft COM before using it. We because those plugins don't initialize Microsoft COM before trying to use it.
now always initialize Microsoft COM unconditionally, instead of only doing it We now always initialize the Microsoft COM library unconditionally, instead of
when a plugin fails to initialize the first time without it. doing it only when a plugin fails to initialize without it.
- Fixed log message for the cached `IPlugView::canResize()` VST3 function calls - Fixed log message for the cached `IPlugView::canResize()` VST3 function calls
implemented in yabridge 3.2.0. implemented in yabridge 3.2.0.