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

This commit is contained in:
Sébastien Helleu 2021-02-09 20:42:58 +01:00
parent 840551dcfa
commit 45c372ebc8

View File

@ -28,7 +28,6 @@ New features::
* core: add option "recreate" in command /filter
* core: add raw string in evaluation of expressions with "raw:xxx" (issue #1611)
* core: add evaluation of conditions in evaluation of expressions with "eval_cond:" (issue #1582)
* buflist: add option buflist.look.use_items to speed up display of buflist (issue #1613)
* irc: add info "irc_is_message_ignored"
* irc: add server option "default_chantypes", used when the server does not send them in message 005 (issue #1610)
* trigger: add variable "${tg_trigger_name}" in command trigger evaluated strings (issue #1580)
@ -37,6 +36,7 @@ Bug fixes::
* core: do not remove quotes in arguments of command /eval as they can be part of the evaluated expression/condition (issue #1601)
* core: display an error when the buffer is not found with command /command -buffer
* buflist: add option buflist.look.use_items to speed up display of buflist (issue #1613)
* irc: fix completion of commands /halfop and /dehalfop
Documentation::