summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7ee63f952..2f53eacb4 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,10 @@ buildstream 1.3.1
specific. Recommendation if you are building in Linux is to use the
ones being used in freedesktop-sdk project, for example
+ o Running commands without elements specified will now attempt to use
+ the default targets defined in the project configuration.
+ If no default target is defined, all elements in the project will be used.
+
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.