summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.