This is an automated email from the ASF dual-hosted git repository. not-in-ldap pushed a commit to branch bschubert/more-mypy in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit 0b3f51497913ac9a5518587c49630f6ecd1900a0 Author: Benjamin Schubert <[email protected]> AuthorDate: Tue Oct 15 14:23:32 2019 +0100 NEWS: add info about new YAML breaking changes --- NEWS | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/NEWS b/NEWS index c28e5e6..744b8b0 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
