summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbst-marge-bot <marge-bot@buildstream.build>2019-03-29 17:56:21 +0000
committerbst-marge-bot <marge-bot@buildstream.build>2019-03-29 17:56:21 +0000
commit3b976fd53bbca585eb841fb245ce9f760ced75cc (patch)
treeab1a5978d78fd88342762b4c1838bbcc02da0ae2
parentd8824015060116297a90afcacc802d06825499d8 (diff)
parent3582b75781eb214f19972cc527a96c8637039507 (diff)
downloadbuildstream-3b976fd53bbca585eb841fb245ce9f760ced75cc.tar.gz
Merge branch 'jennis/add_NEWS_entry' into 'master'
FOLLOW UP: Add NEWS entry for YAML New World Order See merge request BuildStream/buildstream!1264
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a19182c09..7e5cbeb98 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,14 @@
buildstream 1.3.1
=================
+ o BREAKING CHANGE: YAML New World Order. The parsing and loading of .bst files
+ and node handling has been completely rewritten and is now faster. This now
+ requires that plugin authors must use the Plugin API to access or modify node
+ members. Regular dictionary accesses are no longer valid.
+
+ This change has also removed the need of a YAML cache as it proved to no longer
+ be of benefit.
+
o Added `bst artifact delete` subcommand. This command removes artifacts from
the local cache. Mulitple element names and artifact refs can be specified
as arguments.