summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Schubert <contact@benschubert.me>2019-10-15 14:23:32 +0100
committerBenjamin Schubert <contact@benschubert.me>2019-10-15 14:26:17 +0100
commit0b3f51497913ac9a5518587c49630f6ecd1900a0 (patch)
treeb39d9b7c7d8412e8c351f3a9dc9b13de50d6a349
parentc8ecc1eb2d99d8e3b671714a43431d2b4f572adf (diff)
downloadbuildstream-0b3f51497913ac9a5518587c49630f6ecd1900a0.tar.gz
NEWS: add info about new YAML breaking changes
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c28e5e601..744b8b039 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,17 @@
(unreleased)
============
+API
+---
+
+ o BREAKING CHANGE: 'Element.node_subst_member' has been removed. Please use
+ 'Element.node_substitute_variables' instead.
+
+ o BREAKING CHANGE: 'Element.node_subst_list' has been removed. Please use
+ 'Element.node_sequence_substitute_variables' instead.
+
+ o A new 'Node.strip_node_info()' is available on and allows getting the
+ underlying data structure.
==================
buildstream 1.91.0