diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-04-24 10:31:28 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-04-24 10:31:28 +0200 |
commit | e46d2567ea00454a623f568c0a9dea60ab517fa4 (patch) | |
tree | b38ebbb37b876d401ee92a79dc661ee351b321f7 /ChangeLog.adoc | |
parent | 8be5759ef78618c05a1a3c27aa61b4b4967b15d1 (diff) | |
download | weechat-e46d2567ea00454a623f568c0a9dea60ab517fa4.zip |
core: fix style in ChangeLog
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r-- | ChangeLog.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index f7ee352f6..2dc32468b 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -38,7 +38,7 @@ New features:: * core: search in message tags when tags are displayed with `/debug tags` * core: add support of date and tags in messages displayed in buffers with free content, add function printf_y_date_tags (issue #1746) - * irc: add command /autojoin, add server option "autojoin_dynamic" + * irc: add command `/autojoin`, add server option "autojoin_dynamic" * irc: add IRC message tags in messages displayed (issue #1680) * relay: add `zstd` (https://facebook.github.io/zstd/[Zstandard]) compression in weechat protocol, remove option `compression` from `init` command, rename option relay.network.compression_level to relay.network.compression * trigger: add variables `${tg_tag_irc_xxx}` containing IRC message tags (issue #1680) |