From 43553f7c280f8b299488184aead108f180911469 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Wed, 17 May 2023 21:43:43 +0200 Subject: [PATCH] core: update ChangeLog (closes #337, closes #965) --- ChangeLog.adoc | 1 + 1 file changed, 1 insertion(+) 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)