summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhillip Smyth <phillip.smyth@codethink.co.uk>2018-12-12 11:25:22 +0000
committerJürg Billeter <j@bitron.ch>2019-01-22 08:08:40 +0100
commite85a693d53d87194b94d93481e56006eb455ee07 (patch)
tree44a91004756e08a613168624b94950d711e2b631
parent032d6513a76be9d09e47f5172724a6d82682960c (diff)
downloadbuildstream-issue-638-validate-all-files.tar.gz
NEWS: Add entry for default target featureissue-638-validate-all-files
-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.