diff options
author | Jonathan Maw <jonathan.maw@codethink.co.uk> | 2018-08-13 11:59:25 +0100 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2019-07-25 12:18:36 -0400 |
commit | 88ddb0b1a2f21975eaabc16b54a30970cdb203e2 (patch) | |
tree | 8f4a1d4237f12b6d62dbde6b090e2b2a91eeac67 /NEWS | |
parent | 7ad9f1d2e215ea68c54ef1ebe2c87b59962c94a4 (diff) | |
download | buildstream-88ddb0b1a2f21975eaabc16b54a30970cdb203e2.tar.gz |
Add NEWS
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 ================= |