From e6e084369860076be85d2fb1c124f16f42b02be0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 29 Jun 2024 07:41:58 +0200 Subject: [PATCH] core: add missing command `/filter` in ChangeLog (issue #1956) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bdf93457..7b450ed83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -226,7 +226,7 @@ _If you are upgrading: please see [UPGRADING.md](UPGRADING.md)._ - core: move key `Ctrl`+`s`, `Ctrl`+`u` to `Alt`+`Shift`+`U` ([#2040](https://github.com/weechat/weechat/issues/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` ([#1956](https://github.com/weechat/weechat/issues/1956)) +- core, alias, trigger: allow wildcard in commands `/bar`, `/filter`, `/item`, `/proxy`, `/alias` and `/trigger` ([#1956](https://github.com/weechat/weechat/issues/1956)) - api: add support of format/translation of command arguments description line by line ([#2005](https://github.com/weechat/weechat/issues/2005)) - api: add function string_concat ([#2005](https://github.com/weechat/weechat/issues/2005)) - api: add functions util_strftimeval, util_parse_time, printf_datetime_tags, printf_y_datetime_tags ([#649](https://github.com/weechat/weechat/issues/649))