changelog: move 'reading config from pipe' from changed to added

This commit is contained in:
Daniel Eklöf 2024-01-04 16:33:59 +01:00
parent 8b1fa13686
commit cb2561a72c
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -18,13 +18,15 @@
* battery: scale option, for batteries that report 'charge' at a * battery: scale option, for batteries that report 'charge' at a
different scale than 'current'. different scale than 'current'.
* network: new `quality` tag (Wi-Fi only). * network: new `quality` tag (Wi-Fi only).
* Read alternative config from pipes (e.g. `--config /dev/stdin`)
([#340][340]).
[340]: https://codeberg.org/dnkl/yambar/pulls/340
### Changed ### Changed
* log-level: default to `warning` * log-level: default to `warning`
* Read alternative config from pipes (e.g. `--config /dev/stdin`)
([#340][340]).
### Deprecated ### Deprecated
### Removed ### Removed