From 691951974dc9d1df1c30320320db04bdb85d0e44 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Tue, 1 Feb 2022 11:33:20 +0100 Subject: [PATCH] Changes: document partition-swap fix --- CHANGES-3.2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES-3.2 b/CHANGES-3.2 index cbf391361..04ac311c6 100644 --- a/CHANGES-3.2 +++ b/CHANGES-3.2 @@ -27,6 +27,9 @@ This release contains contributions from (alphabetically by first name): - *packagechooser* can now export its choices for use by the *netinstall* module. This makes it possible to use *packagechooser* for large-scale choices, followed by *netinstall* for fine-grained control. (Thanks Evan) + - When the *partition* module has a conflicting configuration for the + swap choices, it prints a warning and uses the configured choice, rather + than always using "suspend". #1881 - The *umount* module has been re-written in C++. The copy-a-log-file functionality has been removed. Use the *preservefiles* module for that.