summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Ennis <james.ennis@codethink.co.uk>2019-08-19 12:39:32 +0100
committerJames Ennis <james.ennis@codethink.co.uk>2019-08-19 12:39:32 +0100
commit2e8e16e5ae7c0f0d961667bd15528888c2e52c58 (patch)
tree23e68fc045ba76107afa9bd1a162a6e534649c40
parent20a636d3fb0422c54acd5783200288dbeecb09cf (diff)
downloadbuildstream-jennis/add_project_to_proto.tar.gz
NEWS: Add NEWS entry following change in cache key calculationjennis/add_project_to_proto
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 88cc8601a..b47a70028 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,13 @@
buildstream 1.3.1
=================
+ o BREAKING CHANGE: The project name of dependencies have been included when
+ calculating the cache key. This was required to keep inline with the
+ artifact proto. Additionally, for strict mode, the name of dependencies have
+ also been included in the calculation of the cache key. This is again to
+ keep inline with the proto, but also to maintain symmetry in the behaviour
+ between the strict and non-strict modes.
+
o Added `bst artifact list-contents` subcommand which can display the names
of files in artifacts in your artifact cache, either by element name
or by direct artifact reference.