diff options
author | Tristan van Berkom <tristan@codethink.co.uk> | 2020-09-07 20:00:10 +0900 |
---|---|---|
committer | Tristan van Berkom <tristan@codethink.co.uk> | 2020-09-18 12:38:49 +0900 |
commit | c30a1afff47397bb4f8ff2d84eab6a96ac0816a5 (patch) | |
tree | a280a5e144e82f5248ea8cb3f034c34065437938 /NEWS | |
parent | c8beeb400a9467fda3e723e8bfdb4dae70159c36 (diff) | |
download | buildstream-tristan/dependency-config.tar.gz |
NEWS: Documenting BuildElement's new dependency configurationtristan/dependency-config
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ---- |