diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-07-26 14:43:52 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-07-26 15:35:19 +0200 |
commit | 57d3222a4ff1ab3cc64e0d33d721a30827b684e3 (patch) | |
tree | ad85c523bc482f0799e5cdaba92f435e007a0713 /CHANGELOG.md | |
parent | 46046066c6004c6cca363c1c11e13de650e9e101 (diff) | |
download | justbuild-57d3222a4ff1ab3cc64e0d33d721a30827b684e3.tar.gz |
remote api: honor the --raw-tree option
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 761fe55c..97b2f730 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,8 @@ A feature release on top of `1.1.0`, backwards compatible. if `gitignore` files were present. - Temporary files generated by `just execute` are now created inside the local build root. +- `just install-cas` now correctly handles `--raw-tree` also for + remote-execution endpoints. ## Release `1.1.0` (2023-05-19) |