summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-01-17 10:17:25 +0100
committerKlaus Aehlig <klaus.aehlig@huawei.com>2024-01-18 11:57:35 +0100
commit8b4e94a1adf9d87ab9e5756136993f595a38c981 (patch)
treef5598040a6be0e5afd93772ba32d10a501f978fb /CHANGELOG.md
parente30fd2df4f4e5dae5cad261f46a3eb189e16b36c (diff)
downloadjustbuild-8b4e94a1adf9d87ab9e5756136993f595a38c981.tar.gz
Document the implementation of tc deps tracking on gc
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 617d1ca6..f5f24cc2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -45,6 +45,10 @@ A feature release on top of `1.2.0`, backwards compatible.
on upgrading or downgrading. However, old target-level cache
entries will not be used leading potentially to rebuilding of
some targets.
+- Garbage collection now honors the dependencies of target-level
+ caches entries on one another. When upgrading in place, this only
+ applies for target-level cache entries written initially after
+ the upgrade.
- Improved portability and update of the bundled dependencies.
- Various minor improvements and typo fixes in the documentation.
- Fixed a race condition in an internal cache of `just execute`