From f418b4204ecdbc1d0a3631a31c123604c5ccd14e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 29 Jun 2024 08:00:16 +0200 Subject: [PATCH] core: add missing command `/filter` in ChangeLog (issue #1956) --- ChangeLog.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 14b4826ca..27f868450 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -203,7 +203,7 @@ New features:: * core: move key kbd:[Ctrl+s], kbd:[Ctrl+u] to kbd:[Alt+Shift+U] (issue #2040) * core: display only version with command `/version`, add options `-o` and `-ol` in command `/upgrade` * core: add number of processes in command `/sys waitpid` - * core, alias, trigger: allow wildcard in commands `/bar`, `/item`, `/proxy`, `/alias` and `/trigger` (issue #1956) + * core, alias, trigger: allow wildcard in commands `/bar`, `/filter`, `/item`, `/proxy`, `/alias` and `/trigger` (issue #1956) * api: add support of format/translation of command arguments description line by line (issue #2005) * api: add function string_concat (issue #2005) * api: add functions util_strftimeval, util_parse_time, printf_datetime_tags, printf_y_datetime_tags (issue #649)