summaryrefslogtreecommitdiff
path: root/ChangeLog.asciidoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2015-12-18 07:56:09 +0100
committerSébastien Helleu <flashcode@flashtux.org>2015-12-18 07:56:09 +0100
commit213db717028bf260b0a89c7514d9e9a224063790 (patch)
treed321c4b5efed2ca7f12af0b2fbb00d2de07c7ef9 /ChangeLog.asciidoc
parent0509f190486f161c1fcf5619127a750fec52999e (diff)
downloadweechat-213db717028bf260b0a89c7514d9e9a224063790.zip
core: add info about SNI in ChangeLog
Diffstat (limited to 'ChangeLog.asciidoc')
-rw-r--r--ChangeLog.asciidoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog.asciidoc b/ChangeLog.asciidoc
index 3801ebd5a..62916f70b 100644
--- a/ChangeLog.asciidoc
+++ b/ChangeLog.asciidoc
@@ -29,7 +29,8 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
* api: add argument "length" in function utf8_is_valid()
* alias: display completion in /alias list (issue #518)
* fifo: add /fifo command
-* irc: add support of SNI in SSL connection to IRC server (issue #620)
+* irc: add support of SNI (Server Name Indication) in SSL connection to
+ IRC server (issue #620)
* irc: use current channel and current server channels first in completions
"irc_server_channels" and "irc_channels" (task #12923, issue #260,
issue #392)