summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2023-10-15 18:00:30 +0200
committerSébastien Helleu <flashcode@flashtux.org>2023-10-15 18:00:59 +0200
commitaed5c543ec00107f22ee8e29774f595b547563c2 (patch)
tree74a36b3b0abc6acd9ce290d00da9f3a2a621fcc9
parented98425b1bd642bd71d4b126e0938875fdfa6acb (diff)
downloadweechat-aed5c543ec00107f22ee8e29774f595b547563c2.zip
core: update ChangeLog (closes #1956)
-rw-r--r--ChangeLog.adoc4
1 files changed, 4 insertions, 0 deletions
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)