From 3640f33b7fa13903339aa76e2be85b7636a207f0 Mon Sep 17 00:00:00 2001 From: Julian Orth Date: Thu, 13 Feb 2025 12:53:35 +0100 Subject: [PATCH] docs: include 1.9.1 release notes --- release-notes.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/release-notes.md b/release-notes.md index 0e2b5605..799375d2 100644 --- a/release-notes.md +++ b/release-notes.md @@ -2,6 +2,13 @@ - Various bugfixes. +# 1.9.1 (2025-02-13) + +This release updates the kbvm crate to fix an issue that would cause applications to +interpret the AltGr key as the Alt key. + +Reported by @Honkeh in https://github.com/mahkoh/jay/issues/364. + # 1.9.0 (2025-01-27) This release replaces xkbcommon by the kbvm crate.