diff --git a/ChangeLog.adoc b/ChangeLog.adoc index ab3592e9b..00fcc3cb8 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -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::