diff options
author | Benjamin Schubert <contact@benschubert.me> | 2019-10-16 15:53:03 +0100 |
---|---|---|
committer | Benjamin Schubert <contact@benschubert.me> | 2019-10-16 15:59:48 +0100 |
commit | 4e197f41e49a87f2e68c6ce714b6aa0164f2e124 (patch) | |
tree | f459771df31ec70568f994e458a086f3c8399c77 /NEWS | |
parent | 3ab6c57088f98acf69545cdc8c2ad393378ffb38 (diff) | |
download | buildstream-4e197f41e49a87f2e68c6ce714b6aa0164f2e124.tar.gz |
NEWS: update release notes for version 1.91.1
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -2,6 +2,10 @@ (unreleased) ============ +================== +buildstream 1.91.1 +================== + API --- @@ -11,9 +15,13 @@ API o BREAKING CHANGE: 'Element.node_subst_list' has been removed. Please use 'Element.node_subst_sequence_vars' instead. + o BREAKING CHANGE: Workspace incremental builds have been temporarily disabled + o A new 'Node.strip_node_info()' is available and allows getting the underlying data structure for the given node. + o BuildStream now requires Buildbox-casd 0.0.3 at minimum + ================== buildstream 1.91.0 ================== |