From 8a8a40bfb5ceed5a40f0e1db080734fec82eff32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Thu, 2 Jun 2022 22:30:09 +0200 Subject: [PATCH] =?UTF-8?q?changelog:=20sway-xkb:=20don=E2=80=99t=20crash?= =?UTF-8?q?=20on=20=E2=80=9Cadded=E2=80=9D=20event=20for=20already=20track?= =?UTF-8?q?ed=20device?= 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 87d0d2f..b27504a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -91,10 +91,13 @@ * cpu: don’t error out on systems where SMT has been disabled ([#172][172]). * examples/dwl-tags: updated parsing of `output` name ([#178][178]). +* sway-xkb: don’t crash when Sway sends an _”added”_ event for a + device yambar is already tracking ([#177][177]). [169]: https://codeberg.org/dnkl/yambar/issues/169 [172]: https://codeberg.org/dnkl/yambar/issues/172 [178]: https://codeberg.org/dnkl/yambar/issues/178 +[177]: https://codeberg.org/dnkl/yambar/issues/177 ### Security