changelog: i3/sway crash fix for output being turned on/off

This commit is contained in:
Daniel Eklöf 2024-05-20 07:45:49 +02:00
parent a467f56677
commit b8a93a2673
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -19,9 +19,11 @@
### Removed ### Removed
### Fixed ### Fixed
* network: fix missing break in switch statement([#377][377]) * network: fix missing break in switch statement ([#377][377]).
* i3/sway: crash when output is turned off an on ([#300][300]).
[377]: https://codeberg.org/dnkl/yambar/issues/377 [377]: https://codeberg.org/dnkl/yambar/issues/377
[300]: https://codeberg.org/dnkl/yambar/issues/300
### Security ### Security