summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2022-11-21 05:28:42 -0500
committerGitHub <noreply@github.com>2022-11-21 05:28:42 -0500
commit4f00434210a20109f4b9ca27c1b1856f376499b5 (patch)
tree0ce69bbc487460c2acdecbc84d42e73b6faaecb9 /CHANGELOG.md
parentf887096ceae26c06a690c6400569cf2e74a79dec (diff)
other: non-normalized process CPU% cleanup and docs (#910)
* refactor: simplify non-normalized code * update docs * appease clippy * add comment * unnormalized * fix issues on non-Linux regarding typos/imports
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 b5b11afe..d134d3f8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -33,6 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#870](https://github.com/ClementTsang/bottom/pull/870): Make disk widget sortable.
- [#881](https://github.com/ClementTsang/bottom/pull/881): Add pasting to the search bar.
- [#892](https://github.com/ClementTsang/bottom/pull/892): Add custom retention periods for data.
+- [#899](https://github.com/ClementTsang/bottom/pull/899): Add non-normalized CPU usage to processes.
## [0.6.8] - 2022-02-01