Skip to content

Commit 351415d

Browse files
committed
docs: add release notes for non-Rust structured_sources
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
1 parent 9c31e68 commit 351415d

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## `structured_sources()` can be used with any language
2+
3+
[[structured_sources]] previously only worked with Rust build targets
4+
and Java resources, and raised an error otherwise. It can now be used
5+
with a target of any language (other than Java, where it can only be
6+
used for resources like before).
7+
8+
Files will be laid out in the build directory according to the structure
9+
described by the dictionary keys; for example, in the case of C
10+
it will be possible to include a file from the `structured_sources()`
11+
from another according to their provided path.

0 commit comments

Comments
 (0)