diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-08-27 14:15:30 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-08-27 14:15:30 +0200 |
commit | 181f4c041d012d1609bdc02673a2a9c0d2e38325 (patch) | |
tree | 991b2dec9b2dfe5f737a83dc90554922cf8d4399 /ChangeLog.adoc | |
parent | 3ca4f2d3e54d6330c94834d688c67cd47d8b08f5 (diff) | |
download | weechat-181f4c041d012d1609bdc02673a2a9c0d2e38325.zip |
core: add support of quotes in commands `/key bind` and `/key bindctxt`
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r-- | ChangeLog.adoc | 1 |
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) |