summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2017-01-01 15:07:12 +0100
committerSébastien Helleu <flashcode@flashtux.org>2017-01-01 15:07:12 +0100
commit28125942d4ef200bb6acb8be99f2181969c2adec (patch)
tree5fa4dba5e8c264515ef743e56b3ddfa6caa16799
parentMerge pull request #876 from sim642/switch-join-forwarded (diff)
downloadweechat-28125942d4ef200bb6acb8be99f2181969c2adec.tar.xz
weechat-28125942d4ef200bb6acb8be99f2181969c2adec.zip
core: add issue #876 in ChangeLog
-rw-r--r--ChangeLog.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc
index ab8f4c9e5..991010d65 100644
--- a/ChangeLog.adoc
+++ b/ChangeLog.adoc
@@ -45,6 +45,7 @@ Bug fixes::
* core: fix deadlock when quitting after a signal SIGHUP/SIGQUIT/SIGTERM is received (issue #32)
* core: fix display of empty lines in search mode (issue #829)
* api: fix crash in function string_expand_home() when the HOME environment variable is not set (issue #827)
+ * irc: fix buffer switching on manual join for forwarded channels (issue #876)
* irc: add missing tags on CTCP message sent
* lua: fix integers returned in Lua >= 5.3 (issue #834)
* relay: set status to "authentication failed" and close immediately connection in case of authentication failure in weechat and irc protocols (issue #825)