diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-02-05 10:04:25 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-02-05 10:04:25 +0100 |
commit | e8c59e1f5b0d9592927b7a59673b9f1a0c2e0edf (patch) | |
tree | 1d2ac4bd5249df0a4ebdae17638674401a13e4a0 | |
parent | ec86c33789dec784048482ef350ac587765e1672 (diff) | |
download | weechat-e8c59e1f5b0d9592927b7a59673b9f1a0c2e0edf.zip |
core: fix style in ChangeLog
-rw-r--r-- | ChangeLog.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 08f326a42..d49e8ca7f 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -20,7 +20,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] New features:: - * core: search in message tags when tags are displayed with /debug tags + * 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 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 |