From c82486d4377c61c8ff2dd5a69a000c9f5d9c8054 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Mon, 10 Jun 2024 13:45:48 +0200 Subject: [PATCH] core: add issue #446 in ChangeLog --- ChangeLog.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 57c9d2926..273127e13 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -66,7 +66,7 @@ * {breaking} core: rename variables with creation time in hdata "hotlist": "creation_time.tv_sec" to "time" and "creation_time.tv_usec" to "time_usec" * {breaking} api: return `-1` or `1` if one input string is NULL and not the other in string comparison functions * {breaking} api: use whole replacement string instead of first char in function string_remove_color -* core: use nick offline color for nick in action message +* core: use nick offline color for nick in action message (issue #446) * core: display a specific message when the value of option is unchanged after `/set` command * core: add variable `${highlight}` in option weechat.look.buffer_time_format (issue #2079) * core: reintroduce help on the variables and operators in `/help eval` (issue #2005)