summaryrefslogtreecommitdiff
path: root/ChangeLog.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2023-10-23 13:11:02 +0200
committerSébastien Helleu <flashcode@flashtux.org>2023-10-23 13:11:02 +0200
commitc156fee0e1f07d2854d8ccff182eda464a101a4b (patch)
tree6d943d0d04ce90fc26d6e8ef9a458e89908444c2 /ChangeLog.adoc
parent0fe7eec90b0ed2431dd51152a2e727001466bb48 (diff)
downloadweechat-c156fee0e1f07d2854d8ccff182eda464a101a4b.zip
core: fix crash when a custom bar item name is already used by a default bar item (closes #2034)
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r--ChangeLog.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc
index 71c02f5cb..906ab3fd1 100644
--- a/ChangeLog.adoc
+++ b/ChangeLog.adoc
@@ -21,6 +21,7 @@ New features::
Bug fixes::
+ * 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)
* irc: revert compute of nick colors to case sensitive way, deprecate again infos "irc_nick_color" and "irc_nick_color_name" (issue #194, issue #2032)