diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-05-18 11:52:43 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-05-18 11:52:43 +0200 |
commit | de3ee174e41b70490c4bfaa335c3710f22619736 (patch) | |
tree | bc41080855bf338d5584a4be599b310f0c392c45 | |
parent | 6c567c813edf40f41f36e5677b86c3614dce18e8 (diff) | |
download | weechat-de3ee174e41b70490c4bfaa335c3710f22619736.zip |
core: update ChangeLog (closes #1140, closes #1190)
-rw-r--r-- | ChangeLog.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index aa48d6426..d30bb7e89 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -39,6 +39,7 @@ New features:: * api: don't split on newline by default in functions `command` and `command_options` when `input_multiline` is set to 0 * api: add optional argument with version in info "version_number" * alias: use lower case for default aliases, rename all aliases to lower case on upgrade (issue #1872) + * alias: add `$&` to replace all arguments with double quotes escaped (issue #1140, issue #1190) * irc: rename "ssl" options to "tls", connect with TLS and port 6697 by default * irc: add support of capabilities "batch" and "draft/multiline" (issue #1292, issue #1923) * irc: add modifier "irc_cap_sync_req" (issue #1767) |