summaryrefslogtreecommitdiff
path: root/ChangeLog.asciidoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2014-10-26 18:03:47 +0100
committerSébastien Helleu <flashcode@flashtux.org>2014-10-26 18:03:47 +0100
commit134a5f53d498ba617f0aafd5479451a2073f6c07 (patch)
tree830c9b33dd9d5528cdb29c7f17c3989d9d60b721 /ChangeLog.asciidoc
parenta092e727318b9d55d42e5a4ffb94254eec6c50ec (diff)
downloadweechat-134a5f53d498ba617f0aafd5479451a2073f6c07.zip
relay: add option relay.network.ssl_priorities (closes #234)
Diffstat (limited to 'ChangeLog.asciidoc')
-rw-r--r--ChangeLog.asciidoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.asciidoc b/ChangeLog.asciidoc
index 706b2711d..4f88fc20d 100644
--- a/ChangeLog.asciidoc
+++ b/ChangeLog.asciidoc
@@ -29,6 +29,7 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
* irc: display own nick changes in server buffer (closes #188)
* irc: disable creation of temporary servers by default with command /connect,
new option irc.look.temporary_servers
+* relay: add option relay.network.ssl_priorities (closes #234)
* relay: add host in sender for IRC backlog PRIVMSG messages sent to clients
* trigger: evaluate and replace regex groups at same time, new format for regex
option in triggers (incompatible with version 1.0) (closes #224)