core: move line from "Bug fixes" to "New features" (issue #1358)

master
Sébastien Helleu 2020-04-12 19:42:10 +02:00
parent b947512c9a
commit 6d99f5da45
1 changed files with 1 additions and 1 deletions

View File

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