summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChandan Singh <csingh43@bloomberg.net>2019-04-17 19:27:23 +0100
committerChandan Singh <csingh43@bloomberg.net>2019-04-18 14:29:31 +0100
commitc3aae264de32b5f854a61fc0b938db22bfee4aed (patch)
treecbe75cbef6ae200788ae0cddb587bf9130420739
parent37b14c81f98fa786413df3c1b8727bc16444ceb8 (diff)
downloadbuildstream-chandan/pseudo-junction.tar.gz
NEWS: Add entry about junction targetschandan/pseudo-junction
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7e5cbeb98..75e6f1f9f 100644
--- a/NEWS
+++ b/NEWS
@@ -85,6 +85,9 @@ buildstream 1.3.1
o Elements may now specify cross-junction dependencies as simple strings
using the format '{junction-name}:{element-name}'.
+ o Junction elements may now specify another junction as their target, using
+ the `target` configuration option.
+
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.