summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2021-06-26 02:34:32 -0400
committerGitHub <noreply@github.com>2021-06-26 02:34:32 -0400
commit1598654bef13e7cc100430fc9de4b59265e65ffd (patch)
tree9eb75d7559d80bad80ea3c6dba5afc4809fd2020 /CHANGELOG.md
parent4569532fb1bb083efdb426ab9b48e5063c9aefc4 (diff)
bug: Divide Windows process cpu usage by number of processors (#525)
Fixes a bug displaying the CPU usage of a process in Windows due to not dividing by the number of processors.
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 e26328a7..8933f0f1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#504](https://github.com/ClementTsang/bottom/pull/504): Fixes two bugs causing the battery widget colours and mouse events to be broken.
+- [#525](https://github.com/ClementTsang/bottom/pull/525): Fixes Windows process CPU usage not being divided by the number of cores.
+
## [0.6.1] - 2021-05-11
## Bug Fixes