summaryrefslogtreecommitdiff
path: root/NEWS
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-24 14:38:50 +0100
commit50c5159f1cf760a75abd15cf655ec82351b378ac (patch)
tree416f3215a19c06a52a890427815c842c6eca3797 /NEWS
parent3642c8e7b8106d4b8fba4f87d97f948c555a3d61 (diff)
downloadbuildstream-50c5159f1cf760a75abd15cf655ec82351b378ac.tar.gz
NEWS: Add entry for default target feature
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2e13f1480..4576f767b 100644
--- a/NEWS
+++ b/NEWS
@@ -30,6 +30,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.