diff options
author | Chandan Singh <csingh43@bloomberg.net> | 2019-02-12 20:03:19 +0530 |
---|---|---|
committer | Tristan Van Berkom <tristan.van.berkom@gmail.com> | 2019-07-25 17:10:01 +0000 |
commit | 28d351246dd3b09e132bd8d8628ebefb38ec4918 (patch) | |
tree | d76b6bb8fe3da57f528e6e37e58f123ae50bfa94 /NEWS | |
parent | 9d266672f842a764dfb2a73cc37553232d1b6c6e (diff) | |
download | buildstream-28d351246dd3b09e132bd8d8628ebefb38ec4918.tar.gz |
NEWS: Cross-junction dependencies can now be specified inline
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,6 +13,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}'. + ================= buildstream 1.2.8 ================= |