From 5f5f05805f7abff10fcebb5010179ce1052e30a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Wed, 6 Sep 2023 19:09:54 +0200 Subject: [PATCH] core: update ChangeLog (issue #2004) --- ChangeLog.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 17b6b0201..a1193d944 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -40,6 +40,7 @@ New features:: * irc: build dynamically the list of CTCPs supported in reply to "CTCP CLIENTINFO" (issue #1974) * irc: remove Git revision and compilation date from CTCP VERSION reply (issue #1974) * irc: remove default CTCP replies FINGER and USERINFO (issue #1974) + * irc, xfer: add support of passive DCC (issue #2004, issue #487) * python: make stub (weechat.pyi) compatible with Python 3.8 and 3.9 (issue #2006) * script: allow jump to the last script with command `/script go end` * script: allow commands `/script autoload`, `/script noautoload`, `/script toggleautoload` with scripts not present in the repository (issue #1980)