summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBenjamin Schubert <contact@benschubert.me>2020-04-16 17:56:27 +0100
committerbst-marge-bot <marge-bot@buildstream.build>2020-05-12 12:40:06 +0000
commite5ed02da0b99c16481eac58963f4ebbdf0481590 (patch)
tree80cb678d1b355e5cc58dccb0b768ea5e767b00e7 /NEWS
parent10aeb94a13812ebb34b8aa57bcd4276942259153 (diff)
downloadbuildstream-e5ed02da0b99c16481eac58963f4ebbdf0481590.tar.gz
element.py: Always expand all variables at element creation
This will allow all users to not have to care about whether the option is expanded or not, making it easier to use variables everywhere
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f7e79b13d..b69e3c95f 100644
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,14 @@ Plugins
o The `pip` element has been removed. Please use the one from bst-plugins-experimental
+API
+---
+
+ o `Element.node_subst_vars` and `Element.node_subst_sequence_vars` are now deprecated
+ and will get removed in the next version. All config entries are now resolved so there
+ is no need to use them anymore.
+
+
==================
buildstream 1.93.3
==================