Update the changelog for VST3 support

This commit is contained in:
Robbert van der Helm
2020-12-26 13:44:23 +01:00
parent 38f34f91f2
commit d32e566446
2 changed files with 12 additions and 9 deletions
-5
View File
@@ -23,11 +23,6 @@ incomplete list of things that still have to be done before this can be used:
- All interfaces introduced after that
- Fully implemented: see [this
document](https://github.com/robbert-vdh/yabridge/tree/feature/vst3/src/common/serialization/vst3/README.md)
- Mention that this update will break all existing symlinks and that the old
`libyabridge.so` file should be removed when upgrading.
- Pay close attention when updating the plugin groups section of the readme,
since VST3 plugins by design cannot be hosted completely individually (as in,
each plugin is basically in its own group).
- Update all the AUR packages for the `libyabridge-vst{2,3}.so` changes.
- Test the binaries built on GitHub on plain Ubuntu 18.04, are we missing any
static linking?