diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-06-02 10:05:38 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-06-02 13:18:02 +0200 |
commit | b4461efba988de9f50b7fac00df5a3592c09a38e (patch) | |
tree | 8e29e8c6a2810007e2362fc9d25f0771058d8463 | |
parent | 0199b9a96001b75fe6f9f193cc28a66362c1dea5 (diff) | |
download | justbuild-b4461efba988de9f50b7fac00df5a3592c09a38e.tar.gz |
CHANGELOG: document fix in parallelism
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index de848496..7377c21d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,9 @@ A feature release on top of `1.5.0`, backwards compatible. file sytem. - `just serve` now fetches trees from remote execution in parallel and through its local CAS; this fixes a performance issue. +- A bug was fixed that could cause the number of threads being + the square of what was specified during backing up artifacts of + export targets after build. - `just-mr` now also consideres computed roots (as no-op) when reporting progress. - The "generic" rule now properly detects staging conflicts, taking |