diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-06-11 12:14:47 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-06-11 15:46:35 +0200 |
commit | 894e4d72c9ad11143c45fec5af225e104be4ad74 (patch) | |
tree | c76915ac35820de72111c16fe65934d39267553b | |
parent | 2fc0c3c4c5a52a9fcb78a77fe79703896720c009 (diff) | |
download | justbuild-894e4d72c9ad11143c45fec5af225e104be4ad74.tar.gz |
Update CHANGELOG
-rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b12d38ba..47352a44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ Bug fixes on top of `1.5.2`. +### Fixes + +- 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. +- Error handling was fixed in git-repository handling and in parallel + fetching of artifacts. ## Release `1.5.2` (2025-05-19) |