From 39bb033b297603793ceb419130400e0d956fe313 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Tue, 16 Apr 2024 17:33:33 +0200 Subject: [PATCH] CHANGELOG reviewed --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc6c9c3..1384041 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,8 @@ * Option '--clean-install' added. If this option is set, the module is removed before building, if the module already exist. (issue #247) +* Check added whether all required group dependencies are + specified and also not more than required. (issue #251) * The number of directory components to be removed while un-taring can now be configured in the YAML configuration file. If not specified, 1 is used as default. (issue #252)