Skip to content

Commit

Permalink
Update migration guide for 0.32
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Oct 5, 2024
1 parent a3cf766 commit 865e5de
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions migration_guide.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Migration guide

## 0.31 to 0.32

### Major changes

`System::refresh_process` and `System::refresh_process_specifics` methods now take
an extra `remove_dead_processes` argument. When set to `true`, dead processes will
be removed.

## 0.30 to 0.31

With this update, the minimum supported Rust version goes up to 1.74.
Expand Down

0 comments on commit 865e5de

Please sign in to comment.