From fa1eba3895202323a42da51aa4bd7dca38ecc125 Mon Sep 17 00:00:00 2001 From: William Salmon Date: Tue, 28 May 2019 16:47:37 +0100 Subject: News: Added a news item for the new BuildBox sandbox --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 2fabe0c65..5d5906500 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,10 @@ buildstream 1.3.1 ================= + o Added Basic support for the BuildBox sandbox. The sand box will only be used if the + environment variable BST_FORCE_SANDBOX is set to `buildbox`. This is the first step in + transitioning to only using BuildBox for local sandboxing. + o BREAKING CHANGE: The yaml API has been rewritten entirely. When accessing configuration from YAML, please use the new `Node` classes exposed in the `buildstream` package. See the documentation for how to use it. -- cgit v1.2.1