summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.