diff options
author | Jonathan Maw <jonathan.maw@codethink.co.uk> | 2018-11-21 15:10:35 +0000 |
---|---|---|
committer | Jonathan Maw <jonathan.maw@codethink.co.uk> | 2018-12-11 14:12:54 +0000 |
commit | fd1c5c5a5bc693a35dff7b27259f87e38b5c2654 (patch) | |
tree | b0fdd0a570c290598a823d831fe52c277b2c095c /NEWS | |
parent | 494cb7c65b62b915fe036d8ff39b522db0d1703c (diff) | |
download | buildstream-fd1c5c5a5bc693a35dff7b27259f87e38b5c2654.tar.gz |
NEWS: Add an entry for being able to run commands from a workspacejonathan/workspace-fragment-create
This is a part of #222
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -83,6 +83,10 @@ buildstream 1.3.1 plugin has now a tag tracking feature instead. This can be enabled by setting 'track-tags'. + o Opening a workspace now creates a .bstproject.yaml file that allows buildstream + commands to be run from a workspace that is not inside a project. + + ================= buildstream 1.1.5 ================= |