summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChandan Singh <csingh43@bloomberg.net>2019-10-28 13:31:23 +0000
committerChandan Singh <chandan@chandansingh.net>2019-11-04 11:01:14 +0000
commit230815d1b9dee44cc9aaa880c04e0eca7eba736f (patch)
tree2e9fc857dfa5d03efed6c8b4a75bfdb70c5826a9 /NEWS
parent576be1fc19bb58d25309a911589ceb9f08f7812d (diff)
downloadbuildstream-230815d1b9dee44cc9aaa880c04e0eca7eba736f.tar.gz
NEWS: Announce removal of tracking options from `bst build`
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ee3dfd720..4159f2f2d 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,21 @@
(unreleased)
============
+CLI
+---
+
+ o BREAKING CHANGE: `bst build` no longer accepts any options related to
+ tracking. Please use `bst source track` separately prior to running
+ `bst build`, if you need similar functionality. The full list of removed
+ options is as follows:
+
+ * `--track`
+ * `--track-all`
+ * `--track-except`
+ * `--track-cross-junctions` / `-J`
+ * `--track-save`
+
+
==================
buildstream 1.91.2
==================