diff --git a/doc/changes/9578.md b/doc/changes/9578.md new file mode 100644 index 000000000000..414216c28b2c --- /dev/null +++ b/doc/changes/9578.md @@ -0,0 +1,4 @@ +- It is now possible to use special forms such as `(:include)` and variables + `%{read-lines:}` in `(modules)` and similar fields. Note that the dependencies + introduced in this way (ie the files being read) must live in a different + directory than the stanza making use of them. (#9578, @nojb)