From d43135d9a0da5e4bb24a062dcfa9bad8c798035c Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Wed, 3 Jul 2024 00:12:25 +0200 Subject: [PATCH] Changes: update credits --- CHANGES-3.3 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES-3.3 b/CHANGES-3.3 index 69306751a..e71bdad0b 100644 --- a/CHANGES-3.3 +++ b/CHANGES-3.3 @@ -17,6 +17,7 @@ This release contains contributions from (alphabetically by first name): - Adriaan de Groot - Evan James - Lorenzo Faletra + - Tj - Victor Fuentes ## Core ## @@ -29,6 +30,9 @@ This release contains contributions from (alphabetically by first name): - *partition* had a bug where manual partitioning on MBR systems might skip the installation of a bootloader, even though the visible bootloader combo-box showed that it would be installed. (see #2318) + - *partition* could calculate an incorrect partition size when installing to + very specific partition sizes, and now leaves a few more sectors for secondary + GPT tables. (thanks Tj) - *shellprocess* now supports a *verbose* key (globally and per-command) which logs command output line-by-line. - *users* module defaults password salt to *yescrypt*. (thanks Lorenzo)