diff options
author | Jonathan Maw <jonathan.maw@codethink.co.uk> | 2018-11-28 10:15:30 +0000 |
---|---|---|
committer | Jonathan Maw <jonathan.maw@codethink.co.uk> | 2018-12-11 16:15:19 +0000 |
commit | e340371ffaa1cdc49bd7d9afc91f036d1545a5fc (patch) | |
tree | 5615588aa218c42d161622b93ecbcb87c24345c1 /NEWS | |
parent | 9b192015d1e6789bcdc557ab3f537e1a9a31d557 (diff) | |
download | buildstream-e340371ffaa1cdc49bd7d9afc91f036d1545a5fc.tar.gz |
Add NEWS for guessing the element in commands
This is a part of #222
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -86,6 +86,11 @@ buildstream 1.3.1 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. + o Specifying an element is now optional for some commands when buildstream is run + from inside a workspace - the 'build', 'checkout', 'fetch', 'pull', 'push', + 'shell', 'show', 'source-checkout', 'track', 'workspace close' and 'workspace reset' + commands are affected. + ================= buildstream 1.1.5 |