Add to NEWS
diff --git a/NEWS b/NEWS
index 1b186ce..19154d3 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.