diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 8604829bf..57c20a5eb 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -25,8 +25,8 @@ New features:: * core: add buffer local variable "completion_default_template" (evaluated) to override the value of option "weechat.completion.default_template" (issue #1600) * core: add option "recreate" in command /filter * core: add evaluation of conditions in evaluation of expressions with "eval_cond:" (issue #1582) + * 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) - * irc: make the default chantypes to use when the server does not specify them configurable (irc.server.xxx.default_chantypes) Bug fixes::