From 018a4bda53cd7abca7c13dc07422c40511626a4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Fri, 5 Nov 2021 20:21:39 +0100 Subject: [PATCH] core: add hdata changes in release notes --- ReleaseNotes.adoc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ReleaseNotes.adoc b/ReleaseNotes.adoc index 78803769d..e98ac3e13 100644 --- a/ReleaseNotes.adoc +++ b/ReleaseNotes.adoc @@ -17,6 +17,16 @@ https://weechat.org/files/changelog/ChangeLog-devel.html[ChangeLog] (file _ChangeLog.adoc_ in sources). +[[v3.4]] +== Version 3.4 (under dev) + +[[v3.4_hdata_arrays]] +=== Static array support in hdata + +Support of static array in hdata has been added. +For pointers to arrays, a prefix `*,` must be added in parameter `array_size` +of API function link:weechat_plugin_api.en.html#_hdata_new_var[hdata_new_var]. + [[v3.3]] == Version 3.3 (2021-09-19)