diff options
author | Tristan van Berkom <tristan@codethink.co.uk> | 2020-09-04 15:42:58 +0900 |
---|---|---|
committer | Tristan van Berkom <tristan@codethink.co.uk> | 2020-09-04 18:22:38 +0900 |
commit | 00280453a9bbda9db42495bcd4296541d12a664e (patch) | |
tree | e162fa10768621839a9fe89a9715edd6806a17f5 | |
parent | 1a3e4e89fc86b29342c9ec62ca8915b6eae084d2 (diff) | |
download | buildstream-00280453a9bbda9db42495bcd4296541d12a664e.tar.gz |
NEWS: Noting breaking change for Scope removaltristan/hidden-runtime-dependencies
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -2,6 +2,14 @@ (unreleased) ============ +Core +---- + + o BREAKING CHANGE: Changed API signatures to remove Scope type from the API + - Element.dependencies() + - Element.stage_dependency_artifacts() + - Element.search() + Elements now can only ever see dependencies in their build scope. ================== buildstream 1.93.5 |