From 2d91845d532f44a90ea993ed9eae01a0829a3204 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 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 7bd50b4c3..7af2b3182 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -13,6 +13,11 @@ For a list of important changes that require manual actions, please look at rele [[v4.0.2]] == Version 4.0.2 (under dev) +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) + Tests:: * core: fix hdata tests failure on Alpine 3.18