summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Maw <jonathan.maw@codethink.co.uk>2018-08-13 11:59:25 +0100
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2019-07-25 12:18:36 -0400
commit88ddb0b1a2f21975eaabc16b54a30970cdb203e2 (patch)
tree8f4a1d4237f12b6d62dbde6b090e2b2a91eeac67
parent7ad9f1d2e215ea68c54ef1ebe2c87b59962c94a4 (diff)
downloadbuildstream-88ddb0b1a2f21975eaabc16b54a30970cdb203e2.tar.gz
Add NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0577edecf..0f8cd607e 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,10 @@ buildstream 1.3.1
o Add new `pip` source plugin for downloading python packages using pip,
based on requirements files from previous sources.
+ o Elements may now specify 'build-depends' and 'runtime-depends' fields
+ to avoid having to specify the dependency type for every entry in
+ 'depends'.
+
=================
buildstream 1.2.8
=================