From 2e5707cbd5d8d9ab1b382f663e57804e1fb063ef Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Sat, 7 Oct 2023 11:46:16 +0200 Subject: [PATCH] Update changelog for 2.0.2 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fc43a0..76c28d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ Nothing at the moment +## 2.0.2 (2023-10-07) + +- fix: Prefer keyboard capability when input devices offer both keyboard and pointer (!24, thanks @TravMurav) + ## 2.0.1 (2023-10-01) - fix: Keyboard layout selection is broken (#45, thanks @Jarrah)