changelog: double close config file descriptor

This commit is contained in:
Daniel Eklöf 2023-10-27 16:23:57 +02:00
parent 8e1b51be10
commit ca46edfe6f
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -65,6 +65,10 @@
### Fixed
* config: improved validation of color values.
* config: double close of file descriptor, resulting in a chain of
errors ultimately leading to a startup failure ([#1531][1531]).
[1531]: https://codeberg.org/dnkl/foot/issues/1531
### Security