clap

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

commit 2ba5ecf1cae7c4daa4b9bb9d6c4eb9f1dbe9ce6c
parent e8466193be9f20bdc26838cad1529b7350aa3369
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Mon, 19 Dec 2022 18:10:47 +0100

Update changelog

Diffstat:
MChangeLog.md | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ChangeLog.md b/ChangeLog.md @@ -1,7 +1,8 @@ # Changes in 1.1.4 * CMake: update some targets to link against `clap` instead of `clap-core` -* [params.h](include/clap/ext/params.h): fix documentation typos, and missing items +* [params.h](include/clap/ext/params.h): clarify parameter range change, fix documentation typos, add missing items +* [plugin.h](include/clap/plugin.h): clarify data lifetime in `process()` ## Draft extensions