Skip to content

Commit

Permalink
Update changelog as 1.1.11 was never released
Browse files Browse the repository at this point in the history
  • Loading branch information
abique committed Dec 22, 2023
1 parent c306c1d commit b312b47
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,15 @@ Note: we kept the last draft factory ID in order to not break plugins already us
* [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): Clarify that the latency can only be fetched when the plugin is activated
* [latency.h](include/clap/ext/latency.h): Require the plugin to be activated to get the latency and clarify 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 example code for safer clap entry initialization

# Changes in 1.1.11

* [latency.h](include/clap/ext/latency.h): require the plugin to be activated to get the latency
* [plugin-template.c](src/plugin-template.c): implement thread-safe entry init counter
* [plugin-template.c](src/plugin-template.c): implement thread-safe plugin entry init counter

# Changes in 1.1.10

Expand Down

0 comments on commit b312b47

Please sign in to comment.