From b1caca4694ef5c31b5ae7dd4de35a7b10f87cd81 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Thu, 16 Apr 2020 23:33:16 +0200 Subject: [PATCH] Changes: mention netinstall improvements --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 60181c12c..284679ffd 100644 --- a/CHANGES +++ b/CHANGES @@ -16,6 +16,9 @@ This release contains contributions from (alphabetically by first name): - *locale* module had some errors in timezone data, where clicking on a city would select a different timezone. Some of these are now fixed (thanks FLVAL). #1374 + - *netinstall* supports a wider variety of package naming schemes, + and is more flexible in loading a `netinstall.yaml` that is copied from + the example configuration file, *groups* key and all. #1369 - *users* module logs a full error message from libpwquality if something is wrong internally.