summaryrefslogtreecommitdiff
path: root/ChangeLog.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2024-02-24 22:04:36 +0100
committerSébastien Helleu <flashcode@flashtux.org>2024-02-24 22:05:14 +0100
commit3f08785aee5fd57834cf64e48212563f9d76e6af (patch)
treec461563c0c8aa16fc16645088a0cb217b4d51bbe /ChangeLog.adoc
parent191701a5f39c66a70ec8cf9465e445e6f07d82e9 (diff)
downloadweechat-3f08785aee5fd57834cf64e48212563f9d76e6af.zip
core: add missing mouse event "alt-ctrl-button3"
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r--ChangeLog.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc
index 6117183a8..2ed6ffed8 100644
--- a/ChangeLog.adoc
+++ b/ChangeLog.adoc
@@ -29,7 +29,7 @@ New features::
Bug fixes::
- * core: add missing mouse event "alt-ctrl-button2"
+ * core: add missing mouse events "alt-ctrl-button2" and "alt-ctrl-button3"
* core: remove trailing directory separators in home directories (issue #2070)
* fset: allow filename starting with "~" in command `/fset -export`
* irc: add missing tags on self action messages when capability echo-message is enabled (issue #2074)