changelog: cpu: don’t error out on systems with SMT disabled

This commit is contained in:
Daniel Eklöf 2022-04-07 13:33:41 +02:00
parent 62ca06eccb
commit 9c28d36898
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -10,6 +10,7 @@
## Unreleased
### Added
* Support for custom font fallbacks
@ -37,6 +38,8 @@
* Slow/laggy behavior when quickly spawning many `on-click` handlers,
e.g. when handling mouse wheel events
(https://codeberg.org/dnkl/yambar/issues/169).
* cpu: dont error out on systems where SMT has been disabled
(https://codeberg.org/dnkl/yambar/issues/172).
### Security