From 67689b88401101719899a376b3afff90eb7af370 Mon Sep 17 00:00:00 2001 From: Jan Moringen Date: Mon, 24 Jun 2019 20:28:14 +0200 Subject: [PATCH] Added enhancement entry in changes.sexp fixes #33 * changes.sexp (release 0.26): added enhancement entry --- changes.sexp | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/changes.sexp b/changes.sexp index 3863165e..77fb6f91 100644 --- a/changes.sexp +++ b/changes.sexp @@ -15,7 +15,17 @@ "It is no longer necessary to create symbolic links for template recipe files that are shared between multiple modes. When a required template file" (:verb "MODE/NAME.template") "does not - exist," (:verb "_common/NAME.template") "is tried instead.")) + exist," (:verb "_common/NAME.template") "is tried instead.") + + (:enhancement + "Recipe files can now be placed into sub-directories. The + respective directory name or names are part of the object name:" + (:verb "Filename Object name +projects/ordinary.project → \"ordinary\" +projects/sub-directory/special.project → \"sub-directory/special\" +distributions/sub1/sub2/two.distribution → \"sub1/sub2/two\"") + "The respective include syntax for projects and distributions uses + this object name - not a (relative) path.")) (:release "0.29" "2019-05-24"