summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChandan Singh <csingh43@bloomberg.net>2019-09-12 12:16:57 +0100
committerbst-marge-bot <marge-bot@buildstream.build>2019-09-12 17:35:24 +0000
commit291204b0a9d75fd4bd02ff3cbafef74e9dd778d4 (patch)
treefe2c414a41430ff75238833d730fcf7057ece1c4
parentf1b20dfe4df0670fd900f075698619e0142eb320 (diff)
downloadbuildstream-291204b0a9d75fd4bd02ff3cbafef74e9dd778d4.tar.gz
NEWS: Move note about YAML cache next to note about YAML API
This was incorrectly copy-pasted in the wrong location. See https://gitlab.com/BuildStream/buildstream/commit/108a38edd86d9de3ef0ce78cb005041662ed279e#note_216141606 for related discussion.
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 67be6ed98..6382ca8cf 100644
--- a/NEWS
+++ b/NEWS
@@ -115,6 +115,9 @@ API
configuration from YAML, please use the new `Node` classes exposed in the
`buildstream` package. See the documentation for how to use it.
+ This change has also removed the need of a YAML cache as it proved to no
+ longer be of benefit.
+
o Add sandbox API for command batching and use it for build, script, and
compose elements.
@@ -173,9 +176,6 @@ Core
This is the first step in transitioning to only using BuildBox for local
sandboxing.
- This change has also removed the need of a YAML cache as it proved to no
- longer be of benefit.
-
Artifacts
---------