summaryrefslogtreecommitdiff
path: root/ChangeLog.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2021-05-16 09:58:22 +0200
committerSébastien Helleu <flashcode@flashtux.org>2021-05-16 10:01:17 +0200
commitd18680e442740de7be46608dd62fe7a696e4509b (patch)
tree7f35b0e33948b1249a3ac6edd0a9bca9c7c56a21 /ChangeLog.adoc
parent92410e9949f372e262818fa5d6f2aeb9093e841f (diff)
downloadweechat-d18680e442740de7be46608dd62fe7a696e4509b.zip
core: update ChangeLog (issue #1622)
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r--ChangeLog.adoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc
index 1ed12492b..1ad6ea384 100644
--- a/ChangeLog.adoc
+++ b/ChangeLog.adoc
@@ -33,7 +33,9 @@ New features::
* api: add infos "weechat_config_dir", "weechat_data_dir", "weechat_cache_dir" and "weechat_runtime_dir"
* api: add support of pointer names in function string_eval_expression (direct and in hdata)
* api: add info "weechat_daemon"
+ * buflist: add option buflist.format.tls_version
* fifo: change default value of option fifo.file.path to "${weechat_runtime_dir}/weechat_fifo_${info:pid}"
+ * irc: add bar item "tls_version", add options irc.color.item_tls_version_ok, irc.color.item_tls_version_deprecated and irc.color.item_tls_version_insecure (issue #1622)
* irc: evaluate server options "sasl_key" and "ssl_cert"
* logger: change default value of option logger.file.path to "${weechat_data_dir}/logs"
* python: add stub for WeeChat API (issue #1377)