Mention the new CMake requirement in the changelog

This commit is contained in:
Robbert van der Helm
2020-11-28 15:22:46 +01:00
parent 18571bca5d
commit c4dd0b30a4
+5
View File
@@ -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