diff options
author | Tristan van Berkom <tristan@codethink.co.uk> | 2020-09-07 19:58:51 +0900 |
---|---|---|
committer | Tristan van Berkom <tristan@codethink.co.uk> | 2020-09-18 12:38:49 +0900 |
commit | dc3132c828106a2298dc92fc0d53294c845921fa (patch) | |
tree | 1ce3fbde501dfa30c8d5888d93cc458ccb8ed442 /NEWS | |
parent | e135b78d04dd9688c36bcf97de66419e11c3ed46 (diff) | |
download | buildstream-dc3132c828106a2298dc92fc0d53294c845921fa.tar.gz |
NEWS: Updated for breaking changes related to ScriptElement
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -2,6 +2,12 @@ (unreleased) ============ +Format +------ + o The `script` element no longer has a `layout` configuration directly, and now + exposes a new `location` dependency configuration instead. + + Core ---- @@ -11,6 +17,9 @@ Core - Element.search() Elements now can only ever see dependencies in their build scope. + * BREAKING CHANGE: Changed ScriptElement.layout_add() API to take Element instances + in place of Element names + ================== buildstream 1.93.5 ================== |