summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2014-01-23 11:31:57 +0100
committerSebastien Helleu <flashcode@flashtux.org>2014-01-23 11:31:57 +0100
commit3acdcee0d94feaf2845c3e74d323f8c5dd01d70a (patch)
tree1aca3f34fb571b74b4190ef8d188c4b140ca2640 /ChangeLog
parent6d4bc94536e162f40a0e5ec5d9db21f6cde85863 (diff)
downloadweechat-3acdcee0d94feaf2845c3e74d323f8c5dd01d70a.zip
irc: use MONITOR instead of ISON for /notify when it is available on server (task #11477) (patch from Nils Görs)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index beed33271..23414e5d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -81,6 +81,8 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
* aspell: fix detection of nicks with non-alphanumeric chars
* guile: disable guile gmp allocator (fix crash on unload of relay plugin)
(bug #40628)
+* irc: use MONITOR instead of ISON for /notify when it is available on server
+ (task #11477)
* irc: do not display names by default when joining a channel (task #13045)
* irc: add server option "ssl_fingerprint" (task #12724)
* irc: display PONG answer when resulting from manual /ping command