summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan van Berkom <tristan@codethink.co.uk>2020-09-07 20:00:10 +0900
committerTristan van Berkom <tristan@codethink.co.uk>2020-09-18 12:38:49 +0900
commitc30a1afff47397bb4f8ff2d84eab6a96ac0816a5 (patch)
treea280a5e144e82f5248ea8cb3f034c34065437938
parentc8beeb400a9467fda3e723e8bfdb4dae70159c36 (diff)
downloadbuildstream-tristan/dependency-config.tar.gz
NEWS: Documenting BuildElement's new dependency configurationtristan/dependency-config
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 08658dc08..b4d2648b1 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,9 @@ Format
o The `script` element no longer has a `layout` configuration directly, and now
exposes a new `location` dependency configuration instead.
+ o The BuildElement now has a new `location` dependency configuration, allowing
+ BuildElement plugins to also stage dependencies into custom locations in
+ the sandbox.
Core
----