summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2024-04-02 05:23:01 +0000
committerGitHub <noreply@github.com>2024-04-02 01:23:01 -0400
commitd341dbb39bb1b975bcc2b7da86f0dc7b7e71a829 (patch)
tree4fae6dd58858c1a47ff29ed340bf711fe9a72c68
parent6c608144aa9834064c2f79f66c11f2471e3a6a7c (diff)
docs: update changelog for #1436 and #1430 (#1439)
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 134768d6..62f09a1a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,12 +11,14 @@ 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.
- [#1353](https://github.com/ClementTsang/bottom/pull/1353): Support selecting the average CPU graph as a default.
+- [#1430](https://github.com/ClementTsang/bottom/pull/1430): Support controlling the graph legend position for memory and network graph widgets.
### 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.
- [#1376](https://github.com/ClementTsang/bottom/pull/1376): Group together related command-line arguments in `-h` and `--help`.
- [#1411](https://github.com/ClementTsang/bottom/pull/1411): Add `time` as a default column.
+- [#1436](https://github.com/ClementTsang/bottom/pull/1436): Use actual "swap" value for Windows.
### Bug Fixes