summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 46f25efa6..b4d2648b1 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,15 @@
(unreleased)
============
+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
----
@@ -11,6 +20,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
==================