From aed5c543ec00107f22ee8e29774f595b547563c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 15 Oct 2023 18:00:30 +0200 Subject: [PATCH] core: update ChangeLog (closes #1956) --- ChangeLog.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 93db8442d..2c98887d2 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -13,6 +13,10 @@ For a list of important changes that require manual actions, please look at rele [[v4.2.0]] == Version 4.2.0 (under dev) +New features:: + + * core, alias, trigger: allow wildcard in commands `/bar`, `/item`, `/proxy`, `/alias` and `/trigger` (issue #1956) + Build:: * core: make libintl.h required if CMake option ENABLE_NLS is enabled (issue #2031)