From dc73ab679a1eac4cbb00f7ec7220ef5259d0e41d Mon Sep 17 00:00:00 2001 From: Chandan Singh Date: Tue, 12 Feb 2019 20:03:19 +0530 Subject: NEWS: Cross-junction dependencies can now be specified inline --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index fe3fda2c3..0ff7702aa 100644 --- a/NEWS +++ b/NEWS @@ -70,6 +70,9 @@ buildstream 1.3.1 to avoid having to specify the dependency type for every entry in 'depends'. + o Elements may now specify cross-junction dependencies as simple strings + using the format '{junction-name}:{element-name}'. + o Source plugins may now request access access to previous during track and fetch by setting `BST_REQUIRES_PREVIOUS_SOURCES_TRACK` and/or `BST_REQUIRES_PREVIOUS_SOURCES_FETCH` attributes. -- cgit v1.2.1