clap

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

commit ce3ca837d541b9a754442d10fb99232a8e4d406f
parent dde6b29846e020a9c2c746282363b094d01ee7b1
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Fri, 30 Dec 2022 18:08:31 +0100

Style

Diffstat:
MChangeLog.md | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/ChangeLog.md b/ChangeLog.md @@ -8,10 +8,10 @@ * Remove UTF-8 BOM from a few files * [plugin-template.c](src/plugin-template.c): add state impl and some comments * [audio-ports-activation.h](include/clap/ext/draft/audio-ports-activation.h): improved documentation -* [version.h](include/clap/version.h): Add a CLAP_VERSION_GE(maj,min,rev), _EQ and _LT macro. Remove the - uint32_t cast from CLAP_VERSION_MAJOR, _MINOR, and _REVISION macro, and introduce it to the CLAP_VERSION_INIT - macro. If you rely on these macros being a uint32_t or parse this header using external software, this - may be a breaking change. +* [version.h](include/clap/version.h): + * Add a CLAP_VERSION_GE(maj,min,rev), _EQ and _LT macro. + * Remove the uint32_t cast from CLAP_VERSION_MAJOR, _MINOR, and _REVISION macro, and introduce it to the CLAP_VERSION_INIT macro. + * If you rely on these macros being a uint32_t or parse this header using external software, this may be a breaking change. # Changes in 1.1.4