summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-12-01 07:46:22 +0000
committerGitHub <noreply@github.com>2023-12-01 02:46:22 -0500
commit074b205a825c49280f7944efd9bf6f0af6d1155d (patch)
tree381335ca34550b492cec98697ed8c88e40125491 /CHANGELOG.md
parent66b58e49d2ef6b6ed26523f6446b5d639a7b044f (diff)
other: change group -> group_processes for consistency between config and command-line args (#1344)
* other: change group -> group_processes to match config file name * update docs * update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7f7fcd7b..9b28dd82 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#1276](https://github.com/ClementTsang/bottom/pull/1276): Add GPU process info.
+### Changes
+
+- [#1344](https://github.com/ClementTsang/bottom/pull/1344): Change the `group` command line argument to `group_processes` for consistency with the config file option.
+
### Bug Fixes
- [#1314](https://github.com/ClementTsang/bottom/pull/1314): Fix fat32 mounts not showing up in macOS.