From 40339b288ac37ace539d9091e8a2878540f49273 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 18 Dec 2022 14:10:10 +0100 Subject: api: return newly allocated string in functions string_tolower and string_toupper --- ReleaseNotes.adoc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ReleaseNotes.adoc') 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 -- cgit v1.2.3