summaryrefslogtreecommitdiff
path: root/ChangeLog.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2021-04-06 18:37:22 +0200
committerSébastien Helleu <flashcode@flashtux.org>2021-04-06 18:37:22 +0200
commitfae9bdf8f8cf51eb07602dc8f6633e380ff94b20 (patch)
tree43bbc457789d6afbdc9414d3dd990032e96c242c /ChangeLog.adoc
parent3bf585ba04e7ff4a95f739e58503da7af3714bc7 (diff)
downloadweechat-fae9bdf8f8cf51eb07602dc8f6633e380ff94b20.zip
trigger: add variables "${tg_shell_argc}" and "${tg_shell_argvN}" in command trigger evaluated strings (closes #1624)
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 3c1b85850..c74de34a6 100644
--- a/ChangeLog.adoc
+++ b/ChangeLog.adoc
@@ -24,6 +24,7 @@ New features::
* core: quit WeeChat by default when signal SIGHUP is received in normal run, reload configuration in weechat-headless (issue #1595)
* api: add support of pointer names in function string_eval_expression (direct and in hdata)
* api: add info "weechat_daemon"
+ * trigger: add variables "${tg_shell_argc}" and "${tg_shell_argvN}" in command trigger evaluated strings (issue #1624)
Bug fixes::