From 9029824b5b48aff40b00cf69fa2595e4459a99e6 Mon Sep 17 00:00:00 2001 From: Alexandre Bique Date: Wed, 20 Dec 2023 12:03:09 +0100 Subject: [PATCH] Update ChangeLog --- ChangeLog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 4feb9db9..d76f2713 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -26,6 +26,10 @@ Note: we kept the last draft factory ID in order to not break plugin already usi * [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 +## Conventions + +* [extension-id](conventions/extension-id.md): introduce some rules about extension ID naming. + ## Plugin Template * [plugin-template.c](src/plugin-template.c): Add exemple code for safer clap entry initialization