From 6ae8ed7e6be3614fd3b621d690d881a79ec789f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Tue, 23 Mar 2021 14:06:10 +0100 Subject: [PATCH] =?UTF-8?q?changelog:=20don=E2=80=99t=20crash=20upon=20rec?= =?UTF-8?q?eiving=20text-input::enter=20without=20keyboard=20focus?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff203ed7..04b0fe7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,9 @@ decreasing the font size at run-time. * Newlines sometimes incorrectly inserted into copied text (https://codeberg.org/dnkl/foot/issues/410). +* Crash when compositor send `text-input-v3::enter` events without + first having sent a `keyboard::enter` event + (https://codeberg.org/dnkl/foot/issues/411). ### Security