summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2018-10-29 17:46:28 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2018-12-11 17:56:26 +0000
commitf7954ef50ee66b9ae1a89155870bc86291b8eac8 (patch)
tree3d5bd345cbb5bc3fc6cc60bbf1ce0290146bcd45
parent87b660fae243cd4ec1e4a8241cde0942fe139d1b (diff)
downloadbuildstream-richardmaw/shell-multi-stage.tar.gz
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1b186ce1d..19154d34c 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,12 @@
buildstream 1.3.1
=================
+ o `bst shell` learned to accept multiple elements for staging
+ provided the element's kind flags `BST_STAGE_INTEGRATES` as false.
+
+ As a side-effect it is no longer possible to intersperse options and flags
+ with arguments in the `bst shell` command-line.
+
o All elements must now be suffixed with `.bst`
Attempting to use an element that does not have the `.bst` extension,
will result in a warning.