summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan van Berkom <tristan@codethink.co.uk>2020-12-08 16:59:50 +0900
committerTristan van Berkom <tristan@codethink.co.uk>2020-12-10 21:40:20 +0900
commit0b94cd15c725f1cbf1b8fc4bca17374396e1a299 (patch)
tree0fad38bca70c8c8d598e5f872b6a7eec63b8a50f
parent61cc93d57d7e2c4780cf23741e240cc56a2a5702 (diff)
downloadbuildstream-0b94cd15c725f1cbf1b8fc4bca17374396e1a299.tar.gz
NEWS: Document breaking change, stack element dependencies must be build + run
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 41046306a..ce93d29f4 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,9 @@ Format
BuildElement plugins to also stage dependencies into custom locations in
the sandbox.
+ o BREAKING CHANGE: Stack element dependencies are now hard required to be
+ both build and runtime dependencies.
+
Core
----