diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-05-20 17:07:55 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-05-20 17:08:34 +0200 |
commit | c3c218035a9325d47949bf56d57543b2a243098c (patch) | |
tree | 3891fed4b3cb724b952eb1195b42913afb96a7c0 /ChangeLog.adoc | |
parent | 7461a5cb870953259f2d9dd5562ec88d707d05df (diff) | |
download | weechat-c3c218035a9325d47949bf56d57543b2a243098c.zip |
logger: add option logger.file.log_conditions (closes #1942)
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r-- | ChangeLog.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 56f5e3137..d24485ffe 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -52,6 +52,7 @@ New features:: * irc: use key when /joining in open channel buffer (issue #1260) * irc: add option `buffer` in command `/autojoin sort` (issue #1876) * irc: add `${username}` in server options "nicks" and "username", change their default values to use it + * logger: add option logger.file.log_conditions (issue #1942) * logger: add info "logger_log_file" * relay: rename "ssl" options and protocol to "tls" * relay: make TLS certificate/key loading error handling more verbose (issue #1558) |