changelog: fixed: crash when hidden by an opaque window

This commit is contained in:
Daniel Eklöf 2024-01-03 15:15:20 +01:00
parent 1283160e17
commit d5823bcc4c
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -21,6 +21,7 @@
* Compiler error _fmt may be used uninitialized_ ([#311][311]). * Compiler error _fmt may be used uninitialized_ ([#311][311]).
* map: conditions failing to match when they contain multiple, quoted * map: conditions failing to match when they contain multiple, quoted
tag values ([#302][302]). tag values ([#302][302]).
* Crash when hidden by an opaque window.
[311]: https://codeberg.org/dnkl/yambar/issues/311 [311]: https://codeberg.org/dnkl/yambar/issues/311
[302]: https://codeberg.org/dnkl/yambar/issues/302 [302]: https://codeberg.org/dnkl/yambar/issues/302