From 2cfecc2e2d7a6ae1a1041c5900bcbec3432bc80f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 11 Feb 2023 14:18:13 +0100 Subject: [PATCH] core: update ChangeLog (issue #603) --- ChangeLog.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 381217832..eb37a4f0f 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -1056,7 +1056,7 @@ New features:: Bug fixes:: - * core: fix bind of keys with space key, like kbd:[Alt+Space] (bug #32133) + * core: fix bind of keys with space key, like kbd:[Alt+Space] (issue #603, bug #32133) * core: fix infinite loop when the terminal is closed on the secure password prompt (issue #1010) * buflist: fix long mouse gestures * buflist: fix slow switch of buffer when there are a lot of buffers opened (issue #998)