diff options
author | William Salmon <will.salmon@codethink.co.uk> | 2018-11-06 10:11:18 +0000 |
---|---|---|
committer | Will Salmon <will.salmon@codethink.co.uk> | 2018-11-21 15:53:03 +0000 |
commit | 6612e70809bc8893376789f9342dffc155e8424b (patch) | |
tree | 9b86ea4cb78bf0bc383548a8d5b7e76593e69a81 /NEWS | |
parent | 7bdd44b2000b9ba3fb5742c2d03b7ebe99b0a196 (diff) | |
download | buildstream-6612e70809bc8893376789f9342dffc155e8424b.tar.gz |
Added a news item for workspace open changes
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -63,6 +63,10 @@ buildstream 1.3.1 o Added new `bst source-checkout` command to checkout sources of an element. + o `bst workspace open` now supports the creation of multiple elements and + allows the user to set a default location for their creation. This has meant + that the new CLI is no longer backwards compatible with buildstream 1.2. + ================= buildstream 1.1.5 |