clap

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

commit 17e1b524c2e3b812b33df943227ddccd3029239f
parent 522e69d50fbd0bec8268ef997d8da82f9f5fa9e6
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Sat, 13 Jan 2024 10:34:03 +0100

Update ChangeLog.md

Co-authored-by: Dalton Messmer <messmer.dalton@gmail.com>
Diffstat:
MChangeLog.md | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ChangeLog.md b/ChangeLog.md @@ -21,13 +21,13 @@ We changed the extension ID in the process of stabilization which leads to a **break**. -To mitigate this transition, we provide a compatibily extension ID which can be used to match and use the draft extension as they are 100% compatible. +To mitigate this transition, we've provided compatibility extension IDs which can be used to match and use the latest draft extensions as they are 100% compatible. For example, `CLAP_EXT_CONTEXT_MENU` for the stable ID and `CLAP_EXT_CONTEXT_MENU_COMPAT` for the draft ID. -As you can see in [extension-id](conventions/extension-id.md), we introduce some rules, so this kind of breaks won't happen again. +As you can see in [extension-id](conventions/extension-id.md), we introduced some rules, so this kind of break won't happen again. -We may decide to remove `CLAP_EXT_CONTEXT_MENU_COMPAT` in the future once their usage becomes anecdotic. +We may decide to remove the `*_COMPAT` IDs in the future once their usage becomes antiquated. ## Removed draft extensions