summaryrefslogtreecommitdiff
path: root/ChangeLog.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2023-09-20 20:05:49 +0200
committerSébastien Helleu <flashcode@flashtux.org>2023-09-20 20:05:49 +0200
commit12106ae7ba0c149e2c3a2fe7fa65d48acc851249 (patch)
treeb81ba29038efa87739eec5c651232549253c0dcd /ChangeLog.adoc
parent91bb1ebf5d051a80cd0e9e2e0bce820f2fef0e3c (diff)
downloadweechat-12106ae7ba0c149e2c3a2fe7fa65d48acc851249.zip
script: fix autoload of multiple scripts at once with `/script autoload` (closes #2018)
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 75a8ae888..27734bb99 100644
--- a/ChangeLog.adoc
+++ b/ChangeLog.adoc
@@ -68,6 +68,7 @@ Bug fixes::
* irc: add missing "account-tag" in list of supported capabilities
* irc: add channel in "autojoin" server option only when the channel is actually joined (issue #1990)
* relay: synchronize nick modes with IRC client upon connection (issue #1984)
+ * script: fix autoload of multiple scripts at once with `/script autoload` (issue #2018)
* script: fix crash when a `/script` command triggers another `/script` command (issue #923)
* script: add local key bindings during the buffer creation
* script: add parameters up/down/go in `/help script` and command completion