summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-03-04 01:34:52 -0500
committerGitHub <noreply@github.com>2023-03-04 01:34:52 -0500
commit994c11e3b35a9ca56c5f20796dd55fd7cc739cee (patch)
treec29cf469085efabba650b7bfd9518cb1d2a517f6 /CHANGELOG.md
parentea318e83c94fab0786ac42d4560d3baffd86ffb3 (diff)
refactor: migrate network collection to sysinfo (#1041)
* refactor: migrate network collection to sysinfo * remove net feature from heim * comments and changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7c64ceae..f226b988 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,7 +23,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#1025](https://github.com/ClementTsang/bottom/pull/1025): Officially support M1 macOS.
- [#1035](https://github.com/ClementTsang/bottom/pull/1035): Migrate away from heim for CPU information.
- [#1036](https://github.com/ClementTsang/bottom/pull/1036): Migrate away from heim for memory information; Linux
- platforms will now try to use `MemAvailable` to determine used memory if supported.
+ platforms will also now try to use `MemAvailable` to determine used memory if supported.
+- [#1041](https://github.com/ClementTsang/bottom/pull/1041): Migrate away from heim for network information.
## Other