diff --git a/CHANGELOG.md b/CHANGELOG.md index 78db3340..ec06be0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,8 @@ Versioning](https://semver.org/spec/v2.0.0.html). resutling in very bad performance. See the [compatibility options](https://github.com/robbert-vdh/yabridge#compatibility-options) section of the readme for more information on how to enable this. +- Added the `with-vst3` option to control whether yabridge should be built with + VST3 support. This is enabled by default. ### Changed @@ -27,6 +29,9 @@ Versioning](https://semver.org/spec/v2.0.0.html). be logged. This makes recognizing misbheaving plugins a bit easier. - Symbols in all `libyabridge.so` and all Winelib `.so` files are now hidden by default. +- Building from source now requires CMake since this is required to build the + VST3 SDK. You can disable VST3 support to remove this requirement by setting + the `with-vst3` meson build option to `false`. ## [2.1.0] - 2020-11-20