diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-05-17 21:43:43 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-05-17 21:43:43 +0200 |
commit | 43553f7c280f8b299488184aead108f180911469 (patch) | |
tree | 609d47d35bf963983369884ea122c9303d4d08bc | |
parent | 99b84a76ad64eed97e8a81ef4043974f67a46c20 (diff) | |
download | weechat-43553f7c280f8b299488184aead108f180911469.zip |
core: update ChangeLog (closes #337, closes #965)
-rw-r--r-- | ChangeLog.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index ae5c1bbe5..f7ed6647e 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -73,6 +73,7 @@ Bug fixes:: * fset: remove scroll to top of fset buffer when options are added or removed (issue #1892) * irc: fix format of IRC tags displayed in messages (use "=" to separate key from value, do not convert "_" to "-") (issue #1929) * irc: reset all internal servers variables when disconnecting + * irc: start from the beginning of nicks at automatic reconnection (issue #337, issue #965) * irc: fix join of channels in "autojoin" server option on first connection to server if auto reconnection is performed (issue #1873) * irc: update autojoin option with redirected channels when autojoin_dynamic is enabled (issue #1898) * irc: update secure data when server autojoin option contains `${sec.data.xxx}` and option autojoin_dynamic is enabled (issue #1934) |