summaryrefslogtreecommitdiff
path: root/ReleaseNotes.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2022-12-18 14:10:10 +0100
committerSébastien Helleu <flashcode@flashtux.org>2022-12-18 14:28:58 +0100
commit40339b288ac37ace539d9091e8a2878540f49273 (patch)
tree5570b3a5a48e8a4cee4daaa36bc002d93a392084 /ReleaseNotes.adoc
parenteb6cc0bc2afa96824667521d3405bd1c077a4690 (diff)
downloadweechat-40339b288ac37ace539d9091e8a2878540f49273.zip
api: return newly allocated string in functions string_tolower and string_toupper
Diffstat (limited to 'ReleaseNotes.adoc')
-rw-r--r--ReleaseNotes.adoc8
1 files changed, 8 insertions, 0 deletions
diff --git a/ReleaseNotes.adoc b/ReleaseNotes.adoc
index dffcb2dd3..1be4a54b3 100644
--- a/ReleaseNotes.adoc
+++ b/ReleaseNotes.adoc
@@ -20,6 +20,14 @@ https://weechat.org/files/changelog/ChangeLog-devel.html[ChangeLog]
[[v3.8]]
== Version 3.8 (under dev)
+[[v3.8_api_string_lower_upper]]
+=== API functions string_tolower and string_toupper
+
+The functions link:https://weechat.org/doc/plugin/#_string_tolower[string_tolower]
+and link:https://weechat.org/doc/plugin/#_string_toupper[string_toupper]
+now return newly allocated string instead of doing the change in place. +
+The returned string must then be freed after use.
+
[[v3.8_trigger_regex_command]]
=== Trigger regex command