summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 85bf27c2c..5da4a1322 100644
--- a/NEWS
+++ b/NEWS
@@ -137,7 +137,7 @@ buildstream 1.3.1
Element types without a build-root were already cached with an empty build tree
directory, this can now be extended to all or successful artifacts to save on cache
overheads. The cli main option '--cache-buildtrees' or the user configuration cache
- group option 'cache-buildtrees' can be set as 'always', 'failure' or 'never', with
+ group option 'cache-buildtrees' can be set as 'always', 'auto' or 'never', with
the default being always. Note, as the cache-key for the artifact is independant of
the cached build tree input it will remain unaltered, however the availbility of the
build tree content may differ.