diff --git a/ChangeLog.md b/ChangeLog.md index da0edf3c..4feb9db9 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -22,6 +22,13 @@ Note: we kept the last draft factory ID in order to not break plugin already usi ## Documentation * [events.h](include/clap/events.h): Clarify how "Port Channel Key NoteID" matching works +* [plugin.h](include/clap/plugin.h): Style cleanup +* [params.h](include/clap/ext/params.h): Fix incorrect function name reference +* [latency.h](include/clap/ext/latency.h): Precise that the latency can only be fetched when the plugin is activated + +## Plugin Template + +* [plugin-template.c](src/plugin-template.c): Add exemple code for safer clap entry initialization # Changes in 1.1.11