1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

core: add hdata changes in release notes

This commit is contained in:
Sébastien Helleu
2021-11-05 20:21:39 +01:00
parent 14c6ef3d83
commit 018a4bda53
+10
View File
@@ -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)