diff options
author | Benjamin Schubert <contact@benschubert.me> | 2019-10-15 14:23:32 +0100 |
---|---|---|
committer | Benjamin Schubert <contact@benschubert.me> | 2019-10-15 18:26:00 +0100 |
commit | 68bc5c9682e0e3aa4919a1eb0f394f8e42c75f11 (patch) | |
tree | a4e907e0b02f514163d451c1f86b2bab7a83cc51 | |
parent | c1ba0b8c4cce3962733f7ea937075ba305ba6fab (diff) | |
download | buildstream-bschubert/yaml-tidying.tar.gz |
NEWS: add info about new YAML breaking changesbschubert/yaml-tidying
-rw-r--r-- | NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |