diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-01-19 11:10:04 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-01-19 12:10:30 +0100 |
commit | c55f13733d1c82201afedec57acc7746a41e9e40 (patch) | |
tree | 377cfbc8cc4ddc09103b6532bef642529cfac6ff /CHANGELOG.md | |
parent | 8b4e94a1adf9d87ab9e5756136993f595a38c981 (diff) | |
download | justbuild-c55f13733d1c82201afedec57acc7746a41e9e40.tar.gz |
CHANGELOG: document the fix of propagating taintedness in "configure" targets
... that was implicitly fixed fb365b17ca339a25688ff61918280a46d64943b9.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f5f24cc2..62aa5d6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,6 +49,8 @@ A feature release on top of `1.2.0`, backwards compatible. caches entries on one another. When upgrading in place, this only applies for target-level cache entries written initially after the upgrade. +- The taintedness of `"configure"` targets is now propagated + correctly in analysis. - 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` |