From 6d99f5da452d3b498c37b5846d220123947e1ff6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 12 Apr 2020 19:42:10 +0200 Subject: [PATCH] core: move line from "Bug fixes" to "New features" (issue #1358) --- ChangeLog.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index bf6bd6cf3..97b6bde74 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -23,6 +23,7 @@ New features:: * buflist: evaluate option buflist.look.sort so that sort can be customized for each of the three buflist bar items (issue #1465) * relay: add option relay.network.auth_timeout * relay: update default colors for client status + * relay: add status "waiting_auth" in irc and weechat protocols (issue #1358) * trigger: evaluate arguments of command when the trigger is created (issue #1472) Bug fixes:: @@ -31,7 +32,6 @@ Bug fixes:: * core: fix memory leak in calculation of expression on FreeBSD (issue #1469) * core: fix resize of a bar when its size is 0 (automatic) (issue #1470) * python: fix crash when invalid UTF-8 string is in a WeeChat hashtable converted to a Python dict (issue #1463) - * relay: actually use the client status "waiting_auth" in irc and weechat protocols (issue #1358) Documentation::