summaryrefslogtreecommitdiff
path: root/ChangeLog.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2023-04-06 00:18:45 +0200
committerSébastien Helleu <flashcode@flashtux.org>2023-04-12 17:17:30 +0200
commitdec237b1048479b29e3386d5c8ce593803f2d81d (patch)
treef90e07fa720be0bce75626bf900ac208293f2279 /ChangeLog.adoc
parent23b870ec1daa7c86983cefbf905850ea5eb5bc8e (diff)
downloadweechat-dec237b1048479b29e3386d5c8ce593803f2d81d.zip
irc: rename "ssl" options to "tls" (issue #1903)
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r--ChangeLog.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc
index 0103ed649..802823510 100644
--- a/ChangeLog.adoc
+++ b/ChangeLog.adoc
@@ -36,6 +36,7 @@ New features::
* core: add item "mouse_status" in default status bar, change default color to lightgreen
* api: add function config_set_version (issue #1238)
* alias: use lower case for default aliases, rename all aliases to lower case on upgrade (issue #1872)
+ * irc: rename "ssl" options to "tls"
* irc: add command `/rules` (issue #1864)
* irc: add command `/knock` (issue #7)
* irc: add server option "registered_mode", add fields "authentication_method" and "sasl_mechanism_used" in server (issue #1625)