summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2020-08-31 20:02:48 -0400
committerGitHub <noreply@github.com>2020-08-31 20:02:48 -0400
commit5ed573157c00a0617c786edde0a241bd75e81666 (patch)
tree93d3ba0e6d5e5ed8761749ef3cd902befcc7436d /CHANGELOG.md
parent5aa7b4df082bce4d029757c911893a93347d0d61 (diff)
bug: Use correct labels for sensors in Linux (#215)
Update temperature sensors in Linux to use labels + names rather than just names.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 57dfe3ee..3f064ad8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -21,6 +21,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#211](https://github.com/ClementTsang/bottom/pull/211): Fixes a bug where you could move down in the process widget even if the process widget search was closed.
+- [#215](https://github.com/ClementTsang/bottom/pull/215): Add labels to Linux temperature values.
+
## [0.4.7] - 2020-08-26
### Bug Fixes