diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-12-11 15:15:50 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-12-11 15:15:50 +0100 |
commit | a0e5e2a375580be8daa61ddce3340dbe231c81bf (patch) | |
tree | 98fb7baa6f6549ac866b6024264d752ac9056c80 | |
parent | ebc63d1b8303a479c9ed347c1152448984fffa67 (diff) | |
download | weechat-a0e5e2a375580be8daa61ddce3340dbe231c81bf.zip |
core: update ChangeLog (issue #1843)
-rw-r--r-- | ChangeLog.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 2ee0ca8e6..ba5f6a94c 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -34,6 +34,7 @@ Bug fixes:: * core: fix context info in buffers with free content (issue #1832) * core: keep terminal title unchanged when option weechat.look.window_title is set to empty value (issue #1835, issue #1836) * core: fix crash when setting invalid color in option with null value (issue #1844) + * api: send NULL values to config section callbacks in scripting API (issue #1843) * api: fix function string_cut when there are non printable chars in suffix * api: do not expect any return value in callbacks "callback_change" and "callback_delete" of function config_new_option (scripting API) * irc: escape backslashes in raw buffer (issue #1838) |