summaryrefslogtreecommitdiff
path: root/ChangeLog.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2023-09-06 19:09:54 +0200
committerSébastien Helleu <flashcode@flashtux.org>2023-09-06 19:16:06 +0200
commit5f5f05805f7abff10fcebb5010179ce1052e30a9 (patch)
tree98eb3d2b0b8bc77ad449bb2c7103a4dc8038d9e8 /ChangeLog.adoc
parent6eb3f5672fd6276e57d69d60b6ef8c0f3f255293 (diff)
downloadweechat-5f5f05805f7abff10fcebb5010179ce1052e30a9.zip
core: update ChangeLog (issue #2004)
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r--ChangeLog.adoc1
1 files changed, 1 insertions, 0 deletions
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)