diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-05-19 12:18:19 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-05-19 13:58:22 +0200 |
commit | 97ec22ace38e213bca87aa000f5ea4ca78f78338 (patch) | |
tree | 6cae52334d3be1dd2ef9b468b58a24956063694f /CHANGELOG.md | |
parent | f8010dad456b77d69c56787342752f6ed0bc2d01 (diff) | |
download | justbuild-97ec22ace38e213bca87aa000f5ea4ca78f78338.tar.gz |
Update CHANGELOG
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 4e871a7e..de848496 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,9 @@ A feature release on top of `1.5.0`, backwards compatible. reporting progress. - The "generic" rule now properly detects staging conflicts, taking the full inputs into account (and not only the runfiles). +- An incorrect error handling in the evaluation of computed roots was fixed. +- Symlinks to directories and files are properly distinguished as requested + by the remote-execution protocol. ## Release `1.5.0` (2025-03-06) |