From c4dd0b30a4a5d732d660a9bcb2bc6326cdf82dec Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sat, 28 Nov 2020 15:22:46 +0100 Subject: [PATCH] Mention the new CMake requirement in the changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) 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