From f7d4f049a7f4f8f8f1c4662480c5c235abb626e1 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Mon, 31 Jan 2022 12:22:48 +0100 Subject: [PATCH] Changes: document new PRs --- CHANGES-3.2 | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGES-3.2 b/CHANGES-3.2 index cf02ff29d..c52cd0bcc 100644 --- a/CHANGES-3.2 +++ b/CHANGES-3.2 @@ -10,12 +10,20 @@ website will have to do for older versions. # 3.2.51 (unreleased) # This release contains contributions from (alphabetically by first name): - - No external contributors yet + - Evan James ## Core ## - - No core changes yet + - Evan has made a start on documenting which Global Storage keys there + are and how they tie modules together. This can be found in the + `src/modules/README.md` documentation. ## Modules ## + - *bootloader* can now be configured to try to generate a unique + suffix for the bootloader-id. #1820 + - *grubcfg* now has a configurable default for kernel parameters, + which allows distributions to change the value from `quiet`. + The default, if nothing is set, remains `quiet`. Use an explicitly- + empty list to specify no-arguments-at-all. - The *umount* module has been re-written in C++. The copy-a-log-file functionality has been removed. Use the *preservefiles* module for that.