summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2022-10-23 19:04:32 +0200
committerSébastien Helleu <flashcode@flashtux.org>2022-10-23 19:04:32 +0200
commita70c626c118db845ffa25f799b5ff39451b4d374 (patch)
treefa04e4ab3e67fc904f5d1d2eecbdf22c95ddf2e2
parent6f1635ae4e83e0f0eb676e127f0370e141c9caa0 (diff)
downloadweechat-a70c626c118db845ffa25f799b5ff39451b4d374.zip
core: update ChangeLog (issue #1844)
-rw-r--r--ChangeLog.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc
index 207099ff0..79ace8088 100644
--- a/ChangeLog.adoc
+++ b/ChangeLog.adoc
@@ -26,6 +26,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: 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)