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 16:55:56 +0900
commite70e86305a04627423bbd56621836f8e50b01219 (patch)
treebb7675c857c73c687291ef8833c5aa9878f4587c
parent14ea885e131862821d85c1a67be324069b459063 (diff)
downloadbuildstream-tristan/project-refs.tar.gz
NEWS: Adding news entry for new ref-storage options (project.refs)tristan/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
=================