From 7340fd1637831a106fe1011329a1373ccb245932 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Mon, 3 Jul 2023 23:01:12 +0200 Subject: [PATCH] core: update ChangeLog --- ChangeLog.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 18ec8ab2c..b5ae45660 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -21,6 +21,8 @@ New features:: Bug fixes:: + * core: don't send "key_pressed" signal again for the same key press (issue #1976) + * core: don't send "key_combo_*" signals for incomplete keys (issue #1976) * irc: fix display of country code in message 344 received as whois geo info (issue #1736) Tests::