From 366552f74314673ebccaeaa10d7883d11eb432c2 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Sun, 28 Apr 2024 17:49:23 +0200 Subject: [PATCH] Changes: update contributors See #2323 ; Vladislav pointed out the incompatibility but I implemented something different from the PR. --- CHANGES-3.3 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES-3.3 b/CHANGES-3.3 index a355f90af..daaa7bc2f 100644 --- a/CHANGES-3.3 +++ b/CHANGES-3.3 @@ -10,11 +10,16 @@ the history of the 3.2 series (2018-05 - 2022-08). # 3.3.7 (unreleased) This release contains contributions from (alphabetically by first name): - - Nobody, yet + - Adriaan de Groot + - Vladislav Nepogodin ## Core ## + - Updated clang-formatting + - Some C++20 future-proofing (thanks Vladislav) ## Modules ## + - *partition* module did not filter out invalid fstab entries; + they were not written, either, so no net change. # 3.3.6 (2024-04-16)