From 40fa2605b12e5f398ef480011f5594c6d8b7935f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 19 Mar 2023 18:25:05 +0100 Subject: [PATCH] core: update ChangeLog (issue #846) --- ChangeLog.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index e63b09f8d..5aa5d5246 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -41,7 +41,7 @@ Bug fixes:: * core: display a specific error when trying to bind a key without area in mouse context * core: fix display of key with command `/key bindctxt ` - * core: fix default value of options for bars added by plugins + * core: fix default value of options for bars added by plugins (issue #846) * core: allow any valid boolean value in command `/bar set separator xxx` * core: run config hooks only when value or default value is actually changed in set/reset/unset functions * core: fix crash in case of NULL message sent to function gui_chat_printf_y_date_tags (issue #1883)