summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin David <valentin.david@codethink.co.uk>2019-09-02 15:13:44 +0200
committerValentin David <valentin.david@codethink.co.uk>2019-09-02 15:13:44 +0200
commitc074fca161ac897294fd12d4225a3087971d96d1 (patch)
tree2da19dd890b0368c809c62a50079cedf12944f7b
parent932d95138f986b6fa61f9457662b7d4aa0f4c80c (diff)
downloadbuildstream-c074fca161ac897294fd12d4225a3087971d96d1.tar.gz
Add missing entries in NEWS
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 262ee1428..b02d16b0c 100644
--- a/NEWS
+++ b/NEWS
@@ -37,6 +37,13 @@ buildstream 1.3.2
Existing open workspaces will not be converted to relative paths,
(they need to be closed and opened again to get the new behavior).
+ o Dependencies can now be specified as strict to force rebuild in
+ non-strict mode. This is useful for statically linked dependencies
+ (#254).
+
+ o Git source plugins can optionally track human readable refs using
+ the output of `git describe`.
+
=================
buildstream 1.3.1
=================