diff options
author | Tristan Maat <tristan.maat@codethink.co.uk> | 2018-04-13 13:02:51 +0100 |
---|---|---|
committer | Tristan Maat <tristan.maat@codethink.co.uk> | 2018-04-13 13:02:51 +0100 |
commit | cb702588718b5a15092ac712dcb3a42b46159fa9 (patch) | |
tree | d38232df51853c2dcf2d350e211d04e6a55aac41 | |
parent | 2cec9c274dcc87002b69043cfe4f8a031791c2f2 (diff) | |
download | buildstream-element-prepare.tar.gz |
Add NEWS entryelement-prepare
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -14,6 +14,12 @@ buildstream 1.1.3 Use `--verbose` and `--no-verbose` to adjust the amount of detail given. + o BuildElements' `configure-commands` are only run once for + workspaces now, which allows for incremental builds. + + Appropriate API for plugins is also exposed through + `Element.prepare`. + ================= buildstream 1.1.2 |