You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by no...@apache.org on 2020/12/29 12:51:59 UTC

[buildstream] 04/08: NEWS: Document breaking change, stack element dependencies must be build + run

This is an automated email from the ASF dual-hosted git repository.

not-in-ldap pushed a commit to branch tristan/shell-artifacts
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 43b6b2b48f9481e43c52761192e10ec0fc7f2c00
Author: Tristan van Berkom <tr...@codethink.co.uk>
AuthorDate: Tue Dec 8 16:59:50 2020 +0900

    NEWS: Document breaking change, stack element dependencies must be build + run
---
 NEWS | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/NEWS b/NEWS
index 4104630..ce93d29 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
 ----