diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-02-10 08:23:47 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-02-10 08:23:47 +0100 |
commit | 710db5dbcdf10eb7ae449af8ef707f08ba77e89e (patch) | |
tree | 80cb767208a928cfe34cdff94126dd7b8d9cc126 /ChangeLog.adoc | |
parent | 1bd8998d074cc123e668dbcf892f2dc35c9df405 (diff) | |
download | weechat-710db5dbcdf10eb7ae449af8ef707f08ba77e89e.zip |
logger: add option logger.file.fsync (closes #1145)
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 70a0b1621..2e19f733b 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -26,6 +26,7 @@ New features:: * core: add option weechat.completion.partial_completion_templates to force partial completion on specific templates * api: add hashtable with variables in plugin structure * irc: add server option "split_msg_max_length" + * logger: add option logger.file.fsync (issue #1145) * logger: add option logger.look.backlog_conditions (issue #1132) * scripts: add configuration file for each script plugin (_python.conf_, _perl.conf_, ...) * scripts: add "eval" option in script commands and info "xxx_eval" (python, perl, ruby, lua and guile) (issue #128) |