Reword changelog

This commit is contained in:
Robbert van der Helm
2021-07-05 15:03:55 +02:00
parent 97ff407ef6
commit aaed5f0128
+3 -3
View File
@@ -63,9 +63,9 @@ Versioning](https://semver.org/spec/v2.0.0.html).
API](https://www.reaper.fm/sdk/vst/vst_ext.php#vst_host) which currently isn't
supported by yabridge. We now explicitly ignore these requests.
- Fixed the plugin-side watchdog timer that checks whether the Wine plugin host
process failed to start treating zombie processes as still running. This could
cause plugins to hang during scanning if the Wine process crashed in a very
specific (and likely impossible) way.
process failed to start from treating zombie processes as running, active
processes. This could cause plugins to hang during scanning if the Wine
process crashed in a very specific (and likely impossible) way.
- In the event a VST3 plugin were to return a null pointer for
`IEditController::createView()`, this will now be propagated correctly on the
plugin side.