summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBenjamin Schubert <contact@benschubert.me>2020-05-12 12:13:05 +0000
committerBenjamin Schubert <contact@benschubert.me>2020-05-12 15:52:00 +0000
commit830e2142ff9f2688c04119df5be8efebc2649dca (patch)
tree9ffca9cc20d5f5651f6486553637e6d89b47bf4b /NEWS
parent1ff22fb98d58f1264a2af0650e40dcaaaa99dabc (diff)
downloadbuildstream-830e2142ff9f2688c04119df5be8efebc2649dca.tar.gz
source.py: Allow access to element's variable
This automatically expands the variables from the element into the sources config
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index af362eb2f..10563b127 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,7 @@ Format
o BREAKING CHANGE: Now deprecation warnings are suppressed using the `allow-deprecated`
configuration with the plugin origins in project.conf, instead of on the
source/element overrides section (See issue #1291)
+ o Variables from an element can now be used in source configurations
Plugins