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::