diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-01-01 15:07:12 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-01-01 15:07:12 +0100 |
commit | 28125942d4ef200bb6acb8be99f2181969c2adec (patch) | |
tree | 5fa4dba5e8c264515ef743e56b3ddfa6caa16799 | |
parent | 2087ec28e38b2b5839e4037f58e963055d2fa222 (diff) | |
download | weechat-28125942d4ef200bb6acb8be99f2181969c2adec.zip |
core: add issue #876 in ChangeLog
-rw-r--r-- | ChangeLog.adoc | 1 |
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) |