commit ebab956431b93cac5acbccddfaabe8cf5f912bad
parent b07c141f931de4360d7b1f3f88ad3edf632eac68
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Fri, 17 Jun 2022 13:23:20 +0200
Update changelog
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ChangeLog.md b/ChangeLog.md
@@ -1,6 +1,6 @@
# Changes in 1.0.3
-* Fix an inconsistency in `clap_plugin->destroy()` documentation:
+* [plugin.h](include/clap/plugin.h): fix an inconsistency in `clap_plugin->destroy()` documentation:
it is now **required** to deactivate the plugin before destroying it.
* [params.h](include/clap/ext/params.h): improve documentation for `clap_host_params->request_flush()`.
* [entry.h](include/clap/entry.h): improve documentation regarding CLAP search path.