diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-12-02 09:40:01 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-12-02 09:40:01 +0100 |
commit | 445d1d0ec53e42c581382aa4ee7fbb05973e5726 (patch) | |
tree | e9b5f86b932f3c16bd6044aebefdf29bd756f18f /ChangeLog.adoc | |
parent | 51fec9257e720ac2f69f1021fc2959b44a7c1e50 (diff) | |
download | weechat-445d1d0ec53e42c581382aa4ee7fbb05973e5726.zip |
api: return NULL instead of empty infolist "key" when context is not found
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r-- | ChangeLog.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 9eb09e4fe..27fe66bb1 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -47,6 +47,7 @@ Bug fixes:: * core: display an error on startup if environment variable "HOME" is not set * core: fix crash when a custom bar item name is already used by a default bar item (issue #2034) * core: fix random timeouts when a lot of concurrent processes are launched with hook_process (issue #2033) + * api: return NULL instead of empty infolist "key" when context is not found * irc: display messages 730/731 (monitored nicks online/offline) even if command `/notify` was not used (issue #2049) * irc: remove trailing "\r\n" in signals "irc_out" and "irc_outtags" when messages are queued * irc: fix target buffer of IRC message 337 (whois reply: "is hiding their idle time") |