summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJames Ennis <james.ennis@codethink.co.uk>2019-03-13 12:10:57 +0000
committerJürg Billeter <j@bitron.ch>2019-03-13 17:04:04 +0000
commit103260e1dd72d1f597d0daedb54e2768ea9c27bf (patch)
treedd321c84ff8a6c272540d713a73da6b6b177526b /NEWS
parent7a93d781200fb18168f71ed320d1f2d0fe8d93b8 (diff)
downloadbuildstream-103260e1dd72d1f597d0daedb54e2768ea9c27bf.tar.gz
NEWS: Add news entry for bst artifact delete
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0ff7702aa..85bf27c2c 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,10 @@
buildstream 1.3.1
=================
+ 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.
+
o BREAKING CHANGE: The top level commands `checkout`, `push` and `pull` have
been moved to the `bst artifact` subcommand group and are now obsolete.
For example, you must now use `bst artifact pull hello.bst`.