From dc3132c828106a2298dc92fc0d53294c845921fa Mon Sep 17 00:00:00 2001 From: Tristan van Berkom Date: Mon, 7 Sep 2020 19:58:51 +0900 Subject: NEWS: Updated for breaking changes related to ScriptElement --- NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 46f25efa6..08658dc08 100644 --- a/NEWS +++ b/NEWS @@ -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 ================== -- cgit v1.2.1