summaryrefslogtreecommitdiff
path: root/ChangeLog.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2023-08-25 13:35:50 +0200
committerSébastien Helleu <flashcode@flashtux.org>2023-08-25 13:35:50 +0200
commitff4596e45ca9bff5995f912efb1f49d22823c82f (patch)
tree8f0b81ed60016c5a98a3ce51058a09b588e78976 /ChangeLog.adoc
parentcc2bb4b8cf36c7b454f5219cff5a6113e3a02cd4 (diff)
downloadweechat-ff4596e45ca9bff5995f912efb1f49d22823c82f.zip
core: add option `callbacks` in command `/debug`
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 e03491371..d6af00f7a 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 option `callbacks` in command `/debug`
* core: add option type "enum" (issue #1973)
* core: add options weechat.buffer.* to save buffer properties set by user, add option `setauto` in command `/buffer` (issue #352)
* core: add parameters and key bindings to move to edges of current area with commands `/cursor go` and `/cursor move` (issue #1282)