summaryrefslogtreecommitdiff
path: root/ChangeLog.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2023-08-27 14:15:30 +0200
committerSébastien Helleu <flashcode@flashtux.org>2023-08-27 14:15:30 +0200
commit181f4c041d012d1609bdc02673a2a9c0d2e38325 (patch)
tree991b2dec9b2dfe5f737a83dc90554922cf8d4399 /ChangeLog.adoc
parent3ca4f2d3e54d6330c94834d688c67cd47d8b08f5 (diff)
downloadweechat-181f4c041d012d1609bdc02673a2a9c0d2e38325.zip
core: add support of quotes in commands `/key bind` and `/key bindctxt`
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 5c7fd508c..732869394 100644
--- a/ChangeLog.adoc
+++ b/ChangeLog.adoc
@@ -15,6 +15,7 @@ For a list of important changes that require manual actions, please look at rele
New features::
+ * core: add support of quotes in commands `/key bind` and `/key bindctxt`
* core: evaluate command given to `/repeat` with contextual variables (issue #2007)
* core: add option `callbacks` in command `/debug`
* core: add option type "enum" (issue #1973)