From 3363912192c34e81b9fdbff09ed5201b9a613efe Mon Sep 17 00:00:00 2001 From: Alexandre Bique Date: Mon, 18 Nov 2024 18:43:04 +0100 Subject: [PATCH] Update ChangeLog --- ChangeLog.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index c47a37dd..b0d1d05d 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,20 @@ +# Changes in 1.2.3 + +## New draft extensions + +* [scratch-memory](include/clap/ext/draft/scratch-memory.h): host provided scratch memory within the process call +* [location](include/clap/ext/draft/location.h): better info about the plugin location within the project + +## Documention + +* [events.h](include/clap/events.h): clarify sysex lifetime +* [host.h](include/clap/host.h): clarify `request_callback()` +* [ambisonic.h](include/clap/ext/ambisonic.h): remove bad comment + +## Fixes + +* [plugin-template.c](src/plugin-template.c): fix bad assertion + # Changes in 1.2.2 * [thread-check.h](include/clap/ext/thread-check.h): expand the thread-doc to clarify and expand realtime