commit 73ee4148455519708ed4fe4d09b5efc42a925efa parent 9029824b5b48aff40b00cf69fa2595e4459a99e6 Author: Alexandre Bique <bique.alexandre@gmail.com> Date: Wed, 20 Dec 2023 12:38:59 +0100 ChangeLog: fix typo Diffstat:
M | ChangeLog.md | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ChangeLog.md b/ChangeLog.md @@ -12,12 +12,12 @@ * `CLAP_EXT_SURROUND` * `CLAP_EXT_TRACK_INFO` -Note: we kept the last draft extension ID in order to not break plugin already using it. +Note: we kept the last draft extension ID in order to not break plugins already using it. ## Stabilize factory * `CLAP_PRESET_DISCOVERY_FACTORY_ID` -Note: we kept the last draft factory ID in order to not break plugin already using it. +Note: we kept the last draft factory ID in order to not break plugins already using it. ## Documentation