From 65e08ffe07d545380dd3df2b7a0e9b7a62201310 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 12 Mar 2022 16:11:08 +0100 Subject: [PATCH] core: update ChangeLog (issue #1761) --- ChangeLog.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 6008dd036..9a414f6a7 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -43,7 +43,9 @@ Bug fixes:: * irc: fix display of message 901 (you are now logged out) (issue #1758) * irc: fix display of IRC numeric messages with no parameters * python: fix crash in hook callbacks after script loading failure (issue #1740) + * scripts: allow NULL in parameters "default_value" and "value" of function config_new_option (issue #1761) * scripts: auto-load scripts with supported extensions only (issue #1698) + * tcl: add constant `$::weechat::WEECHAT_NULL` (issue #1761) * trigger: fix search of triggers with UTF-8 chars in name (issue #1739) * xfer: fix auto-accept of server/nick when the server name contains UTF-8 chars (issue #1739)