clap

CLAP Audio Plugin API
Log | Files | Refs | README | LICENSE

commit 9ab4c3c7540a8310f1ddbd280436ca4bc5b2bbdc
parent 60bb20c7934b2d479c2a0d244d58ec704931b098
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Mon, 28 Nov 2022 09:49:14 +0100

changelog entry for clap-core deprecation

Diffstat:
MChangeLog.md | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/ChangeLog.md b/ChangeLog.md @@ -1,6 +1,7 @@ # Changes in 1.1.3 * CMake: generate CMake and pkg-config package files on install +* CMake: `clap-core` target is now deprecated, use `clap` target instead * [plugin.h](include/clap/plugin.h) make feature list on clap_plugin_descriptor_t const # Changes in 1.1.2