summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-03-19 17:40:05 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-03-20 18:29:14 +0900
commit3c3e9f79d0b626f61bee34c42b27c36cd114a4d6 (patch)
treeb2a11c83f055476a2a2e1277287500b02f6fb3cb
parent208250cb59581579299bf353e502d065ac386064 (diff)
downloadbuildstream-3c3e9f79d0b626f61bee34c42b27c36cd114a4d6.tar.gz
NEWS: Adding news entry for new ref-storage options (project.refs)
Also announce --track-save deprecation
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5fd895ee2..605fe3830 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,16 @@
=================
+buildstream 1.1.2
+=================
+
+ o New ref-storage option allows one to store source refs, such
+ as git shas, in one central project.refs file instead of inline
+ with the source declarations.
+
+ o Deprecated `--track-save` optionality in `bst build`, this
+ does not make sense to support now that we have project.refs.
+
+
+=================
buildstream 1.1.1
=================