From 0c5ca6af60df2f1c659e26fed469f3e39b99710c Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Sat, 5 Oct 2024 23:41:32 +0200 Subject: [PATCH] Update migration guide for 0.32 --- migration_guide.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/migration_guide.md b/migration_guide.md index 65558816a..f9b09daa8 100644 --- a/migration_guide.md +++ b/migration_guide.md @@ -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.