summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS14
1 files changed, 14 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index baf32cce9..ddcb6a7ef 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,21 @@
=================
+buildstream 1.3.2
+=================
+
+ o Elements may now specify 'build-depends' and 'runtime-depends' fields
+ 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.3.1
=================
+ o The `max-jobs` variable is now controllable in user configuration
+ and on the command line.
+
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.