From 19d4c500ac54d4b3cf7318c2665f739ee0a09a8f Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 27 Mar 2026 14:29:16 +0100 Subject: [PATCH] changelog updated --- CHANGELOG.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 557012f..8cd86cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,12 +18,17 @@ * Bugfix: Issue selecting the correct variant fixed if 'first_match' was set as variant. (#1401) -* Use patchelf 0.14.5 and Lmod 9.1.1 +* Enhancemnet: Use patchelf 0.14.5 and Lmod 9.1.1 (#1391, #1393) * Bugfix: test whether a variant has to be build or not fixed (#1377) * Bugfix: Selecting the variant to build on the cmd-line did not work. (#1371) + +### other changes +* Bugfix: remove comments while reading YAML config files + (#1380) + ## Version 2.0.5 ### modulecmd @@ -42,13 +47,15 @@ * Enhancemnet: It is now possible to specify a sub-directory relative to $SRC_DIR used by cmake/autotools in the YAML config file. (#1382) -* Bugfix: remove comments while reading YAML config files - (#1380) * Bugfix: test whether a variant has to be build or not fixed (#1377) * Bugfix: Selecting the variant to build on the cmd-line did not work. (#1371) +### other changes +* Bugfix: remove comments while reading YAML config files + (#1380) + ## Version 2.0.4 ### modulecmd @@ -67,7 +74,7 @@ * Don't pass an empty string as argument to configure/cmake. (#1356) -### other changesg +### other changes * Bash updated to version 5.3.9 (#1366) * Download URL for Modules fixed.