Skip to content

Commit

Permalink
Update CHANGELOG for 0.31
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Jul 31, 2024
1 parent 4906472 commit 8e4ea50
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# 0.31.0

* Split crate in features to only enable what you need.
* Remove `System::refresh_process`, `System::refresh_process_specifics` and `System::refresh_pids`
methods.
* Add new argument of type `ProcessesToUpdate` to `System::refresh_processes` and `System::refresh_processes_specifics` methods.
* Add new `NetworkData::ip_networks` method.
* Add new `System::refresh_cpu_list` method.
* Global CPU now only contains CPU usage.
* Rename `TermalSensorType` to `ThermalSensorType`.
* Process names is now an `OsString`.
* macOS: Fix invalid CPU computation when single processes are refreshed one after the other.
* Windows: Fix virtual memory computation.
* Windows: Fix WoW64 parent process refresh.
* Linux: Retrieve RSS (Resident Set Size) memory for cgroups.

# 0.30.13

* macOS: Fix segfault when calling `Components::refresh_list` multiple times.
Expand Down

0 comments on commit 8e4ea50

Please sign in to comment.