diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-06-05 10:47:41 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-06-05 11:24:03 +0200 |
commit | 3b77b2bdb7093c43927a5ebe5505e40a57745c79 (patch) | |
tree | 487d92aa708737acf65bbdcb57d47d58c5e0baa4 /CHANGELOG.md | |
parent | 68633de984a6819a0125ba1bd1a3a0dde72f293c (diff) | |
download | justbuild-3b77b2bdb7093c43927a5ebe5505e40a57745c79.tar.gz |
Update CHANGELOG
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7377c21d..fe4c40c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,9 +35,12 @@ 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). +- Illegitimate symlinks in explicit source-tree references are now + rejected reliably. - 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. +- `just execute`: Symlinks to directories and files are properly + distinguished as requested by the remote-execution protocol. +- Various improvements of the documentation. ## Release `1.5.0` (2025-03-06) |