summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-01-04 01:55:46 -0500
committerGitHub <noreply@github.com>2023-01-04 01:55:46 -0500
commit8f9097b90cfba6fd3c1d4033f5cf7b24f4cd5270 (patch)
tree018b8b6be3b203e479ebf4266122f13ba0862e64 /CHANGELOG.md
parent0093a45be9f225b969bf7771d8e64b543662f64c (diff)
bug: fix CPU 'all' label missing on small sizes (#953)
Fixes the "All" label being missing on small windows.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c7e1ba9c..f8c1cb0c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Bug Fixes
- [#952](https://github.com/ClementTsang/bottom/pull/952): Partially fix battery text getting cut off in small windows.
+- [#953](https://github.com/ClementTsang/bottom/pull/953): Fix CPU widget's 'all' label being missing on small sizes.
## Changes