Commit f7954ef5 authored by richardmaw-codethink's avatar richardmaw-codethink
Browse files

Add to NEWS

parent 87b660fa
Loading
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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.