From f16dc0497ba24d606cc8204f66fb35c53831fd64 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 3 May 2024 10:48:34 +0200 Subject: [PATCH] changelog updated --- CHANGELOG.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a11748c..0420c03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,24 @@ ## Version 1.1.20 ### modulecmd -* +* Bugfix in sub-command 'unuse' with directory as argument. + Due to a missing return statement, the sub-command exited + with an error. + (issue #262) +* Bugfixes in the sub-commands to save/list/restore collections. + (issue #263) + ### build-system -* +* Support for sub-packages added. + (issuesg #264, #266) +* Code cleanup. + (issues #265, #269) +* Option '--overlay' is only allowed with legacy configuration + files. Check added. + (issue #267) +* Check mode for YAML configuration files added. + (issue #268) ## Version 1.1.19 ### modulecmd