diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2024-08-26 14:49:22 +0200 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2024-08-26 17:19:39 +0200 |
commit | c7d30a299982178974b18a8088943cdd9f1c256f (patch) | |
tree | 330f0cc0c79a6ab56c64f8701fd7ed45531665bd /CHANGELOG.md | |
parent | e6a91bb733b0738cee0b3ae06ee640f70c1e787f (diff) | |
download | justbuild-c7d30a299982178974b18a8088943cdd9f1c256f.tar.gz |
Store LocalAC keys as ArtifactDigests
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c120f104..6cb40fbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -57,6 +57,9 @@ A feature release on top of `1.3.0`, backwards compatible. - The size of large object entries has been reduced. The cache and CAS must be cleaned up since stable versions before `1.4.0` cannot use the new format. +- The way of storing intermediate keys of the action cache has been changed. + The cache must be cleaned up since stable versions before `1.4.0` cannot + use the new format. - Various improvements to the tests: dispatching of the summary action is now possible, tests are independent of a .just-mrrc file the user might have in their home directory |