summaryrefslogtreecommitdiff
path: root/ChangeLog.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2023-05-12 17:53:02 +0200
committerSébastien Helleu <flashcode@flashtux.org>2023-05-12 17:53:02 +0200
commitadbfd276604bc8025e439ab0ec7345d26a8bc4e8 (patch)
tree9b47499aee598263de06ba56545c5121a15d9f19 /ChangeLog.adoc
parent6d7f10ef2010a7b0c31712e06d7db66c3ab6a2ff (diff)
downloadweechat-adbfd276604bc8025e439ab0ec7345d26a8bc4e8.zip
core: fix completion after newline in input (closes #1925)
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 9a677a181..c10192dc1 100644
--- a/ChangeLog.adoc
+++ b/ChangeLog.adoc
@@ -52,6 +52,7 @@ New features::
Bug fixes::
+ * core: fix completion after newline in input (issue #1925)
* core: display a specific error when trying to bind a key without area in mouse context
* core: fix display of key with command `/key bindctxt <context> <key>`
* core: fix default value of bar options (issue #846)