clap

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

commit cb9104901b9e8231f976a229ddcedc0fb0ca54d9
parent 036e04aa8f517688ad3096ff59d1fe4bd5065a56
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Wed, 15 Jun 2022 22:15:16 +0200

Update changelog

Diffstat:
MChangeLog.md | 13+++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/ChangeLog.md b/ChangeLog.md @@ -1,4 +1,9 @@ -## Changes in 1.0.1 +# Changes in 1.0.2 + +* CMake: add `CLAP_BUILD_TESTS` which enables the tests.<br/> + One test required a C17 compiler which is not available from Visual Studio 2019 and gcc9. + +# Changes in 1.0.1 * [gui.h](include/clap/ext/gui.h): fix doc: set_scale must be provided * [events.h](include/clap/events.h): remove `clap_event_type` which was never used @@ -6,9 +11,9 @@ * [draft/tuning.h](include/clap/ext/draft/tuning.h): rename `clap_client_tuning` to `clap_plugin_tuning` * [macros.h](include/clap/private/macros.h): fix compatibility with C17 -## Changes in 1.0.0 +# Changes in 1.0.0 -# New stable interfaces +## New stable interfaces * [audio-ports-config.h](include/clap/ext/audio-ports-config.h) * [audio-ports.h](include/clap/ext/audio-ports.h) @@ -27,7 +32,7 @@ * [thread-pool.h](include/clap/ext/thread-pool.h) * [timer-support.h](include/clap/ext/time-support.h) -# New draft interfaces +## New draft interfaces * [ambisonic.h](include/clap/ext/draft/ambisonic.h) * [check-for-update.h](include/clap/ext/draft/check-for-update.h)